diff indeo3.c @ 4801:66ef3690d108 libavcodec

Remove superfluous setting of has_b_frames in codecs without B-frames. patch by Nicholas Tung, ntung ntung com
author diego
date Sat, 07 Apr 2007 17:37:30 +0000
parents 16c24b902f43
children f99e40a7155b
line wrap: on
line diff
--- a/indeo3.c	Sat Apr 07 16:03:23 2007 +0000
+++ b/indeo3.c	Sat Apr 07 17:37:30 2007 +0000
@@ -1066,7 +1066,6 @@
     s->width = avctx->width;
     s->height = avctx->height;
     avctx->pix_fmt = PIX_FMT_YUV410P;
-    avctx->has_b_frames = 0;
 
     build_modpred(s);
     iv_alloc_frames(s);