Skip to content

input: fix input-slave url parsing regression

Alaric Senat requested to merge asenat/vlc:fix/26055 into master

Fix a regression introduced by bbdaa0b6 where some access MRL would, by design, make the url parsing fail. Url parsing failing should not be a blocker to add the input slave, instead we just warn the user that we couldn't deduce the slave file type based on the given MRL.

Fixes #26055 (closed)

Merge request reports