Commit 30fb903c authored by michael's avatar michael

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2836 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ca16e908
...@@ -3695,6 +3695,7 @@ void ff_mpeg_flush(AVCodecContext *avctx){ ...@@ -3695,6 +3695,7 @@ void ff_mpeg_flush(AVCodecContext *avctx){
s->parse_context.overread_index= 0; s->parse_context.overread_index= 0;
s->parse_context.index= 0; s->parse_context.index= 0;
s->parse_context.last_index= 0; s->parse_context.last_index= 0;
s->bitstream_buffer_size=0;
} }
#ifdef CONFIG_ENCODERS #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