Skip to content

lib: media: add libvlc_media_new_callbacks_with_flags()

Steve Lhomme requested to merge robUx4/vlc:imem-with-flags into master

Without this it's impossible to preparse the imem files. This is necessary if the result of preparse is used to set other callbacks like the amem and vmem ones, depending on the source data.

Alternative to !2869 (closed) without breaking ABI.

Not sure if we should mark the older version as deprecated or not.

Merge request reports