diff nuv.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 6a900f539e2c
children b3ee9a1526b0
line wrap: on
line diff
--- a/nuv.c	Sat Apr 07 16:03:23 2007 +0000
+++ b/nuv.c	Sat Apr 07 17:37:30 2007 +0000
@@ -176,7 +176,6 @@
     if (avcodec_check_dimensions(avctx, avctx->height, avctx->width) < 0) {
         return 1;
     }
-    avctx->has_b_frames = 0;
     avctx->pix_fmt = PIX_FMT_YUV420P;
     c->pic.data[0] = NULL;
     c->width = avctx->width;