Skip to content

input: parse `:input-slave" options earlier

Alaric Senat requested to merge asenat/vlc:fix/input-slave into master

Move the option parsing right before the input-item slaves copy. This avoid input-slaves unnecessary duplication each time the input is reparsed as the input-item slaves copy itself avoid duplicating.

Fixes #19977 (closed)

Merge request reports