Commit ed263031 authored by Michael Niedermayer's avatar Michael Niedermayer

100l (divx5 b frame + seeking + flush fix)

Originally committed as revision 2836 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4eaad9c0
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment