Skip to content

demux: set the module-name when using vlc_module_load()

Steve Lhomme requested to merge robUx4/vlc:demux_name into master

This avoids an error log when using module_unneeded.

This seems to be the only case where the module can be loaded both by module_need() and vlc_module_load().

Merge request reports