[SCM] libav/experimental: 100l (divx5 b frame + seeking + flush fix)

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:39:24 UTC 2013


The following commit has been merged in the experimental branch:
commit ed263031f61465a29196c577c4493b72376b3b13
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Mar 2 03:18:03 2004 +0000

    100l (divx5 b frame + seeking + flush fix)
    
    Originally committed as revision 2836 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c
index 7a9889b..b9e161a 100644
--- a/libavcodec/mpegvideo.c
+++ b/libavcodec/mpegvideo.c
@@ -3695,6 +3695,7 @@ void ff_mpeg_flush(AVCodecContext *avctx){
     s->parse_context.overread_index= 0;
     s->parse_context.index= 0;
     s->parse_context.last_index= 0;
+    s->bitstream_buffer_size=0;
 }
 
 #ifdef CONFIG_ENCODERS

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list