diff svq1.c @ 1754:bdf3927bf8c5 libavcodec

closed gop support & flags2 as all bits in flags are used and a few minor things i forgot to commit ...
author michael
date Thu, 22 Jan 2004 19:48:28 +0000
parents 033eeef90b2b
children 5ac49e7a1b8f
line wrap: on
line diff
--- a/svq1.c	Thu Jan 22 12:09:14 2004 +0000
+++ b/svq1.c	Thu Jan 22 19:48:28 2004 +0000
@@ -789,7 +789,6 @@
     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,