changeset 4740:59f4fb490fa7 libavcodec

Remove redundant assign
author kostya
date Tue, 27 Mar 2007 05:23:07 +0000
parents 9b4c5d2fb8ce
children 17f982d0141b
files aasc.c kmvc.c qpeg.c truemotion2.c tscc.c ulti.c vmnc.c zmbv.c
diffstat 8 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/aasc.c	Mon Mar 26 17:33:45 2007 +0000
+++ b/aasc.c	Tue Mar 27 05:23:07 2007 +0000
@@ -52,7 +52,6 @@
     s->avctx = avctx;
 
     avctx->pix_fmt = PIX_FMT_BGR24;
-    avctx->has_b_frames = 0;
     s->frame.data[0] = NULL;
 
     return 0;
--- a/kmvc.c	Mon Mar 26 17:33:45 2007 +0000
+++ b/kmvc.c	Tue Mar 27 05:23:07 2007 +0000
@@ -346,7 +346,6 @@
     int i;
 
     c->avctx = avctx;
-    avctx->has_b_frames = 0;
 
     c->pic.data[0] = NULL;
 
--- a/qpeg.c	Mon Mar 26 17:33:45 2007 +0000
+++ b/qpeg.c	Tue Mar 27 05:23:07 2007 +0000
@@ -293,7 +293,6 @@
 
     a->avctx = avctx;
     avctx->pix_fmt= PIX_FMT_PAL8;
-    avctx->has_b_frames = 0;
     a->pic.data[0] = NULL;
     a->refdata = av_malloc(avctx->width * avctx->height);
 
--- 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);
--- a/tscc.c	Mon Mar 26 17:33:45 2007 +0000
+++ b/tscc.c	Tue Mar 27 05:23:07 2007 +0000
@@ -261,7 +261,6 @@
     int zret; // Zlib return code
 
     c->avctx = avctx;
-    avctx->has_b_frames = 0;
 
     c->pic.data[0] = NULL;
     c->height = avctx->height;
--- a/ulti.c	Mon Mar 26 17:33:45 2007 +0000
+++ b/ulti.c	Tue Mar 27 05:23:07 2007 +0000
@@ -51,7 +51,6 @@
     s->height = avctx->height;
     s->blocks = (s->width / 8) * (s->height / 8);
     avctx->pix_fmt = PIX_FMT_YUV410P;
-    avctx->has_b_frames = 0;
     avctx->coded_frame = (AVFrame*) &s->frame;
     s->ulti_codebook = ulti_codebook;
 
--- a/vmnc.c	Mon Mar 26 17:33:45 2007 +0000
+++ b/vmnc.c	Tue Mar 27 05:23:07 2007 +0000
@@ -463,7 +463,6 @@
     VmncContext * const c = (VmncContext *)avctx->priv_data;
 
     c->avctx = avctx;
-    avctx->has_b_frames = 0;
 
     c->pic.data[0] = NULL;
     c->width = avctx->width;
--- 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;