Skip to content

preparser: remove SKIPPED handling and merge vlc_metadata_cbs and input_item_parser_cbs_t

Thomas Guillem requested to merge tguillem/vlc:preparser-skip-cbs into master

On top of !6142 (merged)

This MR remove the ability from the preparser to skip parsing items. The skip check is now moved to the caller of the preparser (that is best suited to check that). This allows to simplify callbacks functions and merge then with the parser one.

Merge request reports