diff qtrle.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 ce643a22f049
children b3ee9a1526b0
line wrap: on
line diff
--- a/qtrle.c	Sat Apr 07 16:03:23 2007 +0000
+++ b/qtrle.c	Sat Apr 07 17:37:30 2007 +0000
@@ -523,7 +523,6 @@
             avctx->bits_per_sample);
         break;
     }
-    avctx->has_b_frames = 0;
     dsputil_init(&s->dsp, avctx);
 
     s->frame.data[0] = NULL;