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/qpeg.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/qpeg.c') diff --git a/libavcodec/qpeg.c b/libavcodec/qpeg.c index 3c597e8df6..d995bc3b72 100644 --- a/libavcodec/qpeg.c +++ b/libavcodec/qpeg.c @@ -293,7 +293,6 @@ static int decode_init(AVCodecContext *avctx){ 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); -- cgit v1.2.3