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

Originally committed as revision 2836 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2004-03-02 03:18:03 +00:00
parent 4eaad9c028
commit ed263031f6
1 changed files with 1 additions and 0 deletions

View File

@ -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