diff options
author | Michael Niedermayer | 2004-01-22 19:48:28 +0000 |
---|---|---|
committer | Michael Niedermayer | 2004-01-22 19:48:28 +0000 |
commit | 303e50e65b8b9dc66ef9929a5a638a16378da64c (patch) | |
tree | 1c4844019a66159a182fa2b059d008deda908c59 /libavcodec/svq1.c | |
parent | d398a27e0b98f2d575d4e69ce4974768dff9f7d8 (diff) |
closed gop support & flags2 as all bits in flags are used
and a few minor things i forgot to commit ...
Originally committed as revision 2718 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/svq1.c')
-rw-r--r-- | libavcodec/svq1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/svq1.c b/libavcodec/svq1.c index bba2352dfc..6a15270b76 100644 --- a/libavcodec/svq1.c +++ b/libavcodec/svq1.c @@ -789,7 +789,6 @@ static int svq1_decode_init(AVCodecContext *avctx) s->codec_id= avctx->codec->id; avctx->pix_fmt = PIX_FMT_YUV410P; avctx->has_b_frames= 1; // not true, but DP frames and these behave like unidirectional b frames - s->flags= avctx->flags; if (MPV_common_init(s) < 0) return -1; init_vlc(&svq1_block_type, 2, 4, |