Skip to content

core: lazy initialisation of the main preparser

Thomas Guillem requested to merge tguillem/vlc:core-lazy-init-preparser into master

The main preparser will be created when parsing from UIs or when creating the main playlist if "auto-preparse" is true.

This will avoid the creation of the preparser thread in tests and libvlc.

Merge request reports