diff zmbv.c @ 4740:59f4fb490fa7 libavcodec

Remove redundant assign
author kostya
date Tue, 27 Mar 2007 05:23:07 +0000
parents 05e932ddaaa9
children b3ee9a1526b0
line wrap: on
line diff
--- a/zmbv.c	Mon Mar 26 17:33:45 2007 +0000
+++ b/zmbv.c	Tue Mar 27 05:23:07 2007 +0000
@@ -612,7 +612,6 @@
     int zret; // Zlib return code
 
     c->avctx = avctx;
-    avctx->has_b_frames = 0;
 
     c->pic.data[0] = NULL;
     c->width = avctx->width;