From 9ac421e3c101d3b2b0a0e5114c211b6d72459bb2 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Tue, 27 Mar 2007 05:23:07 +0000 Subject: Remove redundant assign Originally committed as revision 8531 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/tscc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/tscc.c') diff --git a/libavcodec/tscc.c b/libavcodec/tscc.c index c2c04f14f3..1453eb568a 100644 --- a/libavcodec/tscc.c +++ b/libavcodec/tscc.c @@ -261,7 +261,6 @@ static int decode_init(AVCodecContext *avctx) int zret; // Zlib return code c->avctx = avctx; - avctx->has_b_frames = 0; c->pic.data[0] = NULL; c->height = avctx->height; -- cgit v1.2.3