[vlc-devel] [PATCH 4/4] demux: ogg: Fix creating index entries before the first existing entry
Francois Cartegnie
fcvlcdev at free.fr
Sat Feb 6 15:33:08 CET 2016
Le 31/01/2016 00:29, Michael Tänzer a écrit :
> ---
> modules/demux/oggseek.c | 7 +++----
> 1 file changed, 3 insertions(+), 4 deletions(-)
> - oidx = idx = p_stream->idx;
> + idx = p_stream->idx;
I doubt having added that code without reason.
Please check tickets and test samples from description of
d1c8352d4312dfb012022241866ade506b514f4c
Francois
More information about the vlc-devel
mailing list