diff truemotion2.c @ 4740:59f4fb490fa7 libavcodec

Remove redundant assign
author kostya
date Tue, 27 Mar 2007 05:23:07 +0000
parents a96d905dcbaa
children f99e40a7155b
line wrap: on
line diff
--- a/truemotion2.c	Mon Mar 26 17:33:45 2007 +0000
+++ b/truemotion2.c	Tue Mar 27 05:23:07 2007 +0000
@@ -834,7 +834,6 @@
 
     l->avctx = avctx;
     l->pic.data[0]=NULL;
-    avctx->has_b_frames = 0;
     avctx->pix_fmt = PIX_FMT_YUV420P;
 
     dsputil_init(&l->dsp, avctx);