[vlc-devel] [PATCH 01/11] ogg: don't call pf_demux() directly

Steve Lhomme robux4 at gmail.com
Tue May 3 08:07:51 CEST 2016


On Mon, May 2, 2016 at 8:31 PM, Francois Cartegnie <fcvlcdev at free.fr> wrote:
> 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.

Yes, it's most likely on purpose, so this commit is wrong anyway.

> Francois
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list