flush fix (untested)
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 3 Nov 2003 17:42:50 +0000 (17:42 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 3 Nov 2003 17:42:50 +0000 (17:42 +0000)
Originally committed as revision 2473 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mpegvideo.c

index 748d7ff..87f9976 100644 (file)
@@ -3210,7 +3210,7 @@ void ff_mpeg_flush(AVCodecContext *avctx){
                                     || s->picture[i].type == FF_BUFFER_TYPE_USER))
         avctx->release_buffer(avctx, (AVFrame*)&s->picture[i]);
     }
-    s->last_picture_ptr = s->next_picture_ptr = NULL;
+    s->current_picture_ptr = s->last_picture_ptr = s->next_picture_ptr = NULL;
     
     s->parse_context.state= -1;
     s->parse_context.frame_start_found= 0;