Skip to content

input: add an option to force preparsing

Steve Lhomme requested to merge robUx4/vlc:force-preparse into master

For input items without a know type (imem access for example) preparsing is not possible. With this option we allow forcing the preparsing in that case, optionally. By default the current behavior remains the same.

Merge request reports