Browse Source

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

Originally committed as revision 2836 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 21 years ago
parent
commit
ed263031f6
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/mpegvideo.c

+ 1
- 0
libavcodec/mpegvideo.c 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


Loading…
Cancel
Save