summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-10-19 09:28:45 +0200
committerAnton Khirnov <anton@khirnov.net>2011-10-23 14:15:56 +0200
commit3fc08304322ce3ed0e4a71efde78ae5e0d5c910c (patch)
tree4bbe3ef3c1dbbda2b81cdc1e41928790ae94ec58 /libavcodec/mpegvideo.c
parentda22ba7df461c13bf0b0eabc953303803a285d91 (diff)
mpeg12: move closed_gop from MpegEncContext to Mpeg1Context
It's MPEG-1/2 specific.
Diffstat (limited to 'libavcodec/mpegvideo.c')
-rw-r--r--libavcodec/mpegvideo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c
index c1cd1f7a1d..effc9b7baf 100644
--- a/libavcodec/mpegvideo.c
+++ b/libavcodec/mpegvideo.c
@@ -2404,7 +2404,6 @@ void ff_mpeg_flush(AVCodecContext *avctx){
s->current_picture_ptr = s->last_picture_ptr = s->next_picture_ptr = NULL;
s->mb_x= s->mb_y= 0;
- s->closed_gop= 0;
s->parse_context.state= -1;
s->parse_context.frame_start_found= 0;