[vlc-devel] [PATCH 01/11] ogg: don't call pf_demux() directly
Francois Cartegnie
fcvlcdev at free.fr
Mon May 2 20:31:15 CEST 2016
Le 02/05/2016 à 19:45, Steve Lhomme a écrit :
>>>
>>> - while ( !p_sys->b_preparsing_done && p_demux->pf_demux( p_demux ) > 0
>>> )
>>> + while ( !p_sys->b_preparsing_done && demux_Demux( p_demux ) > 0 )
Problem is that it does not want to "demux" something here,
but just wants to call the local Demux() and load/stop after metadata.
Francois
More information about the vlc-devel
mailing list