From 3edcacde04911dac4c56fd74053505a493e561f8 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 16 Mar 2004 16:11:29 +0000 Subject: init cleanup Originally committed as revision 2899 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h263dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/h263dec.c') diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index 88db359fe9..b934db3c87 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -42,8 +42,8 @@ int ff_h263_decode_init(AVCodecContext *avctx) s->workaround_bugs= avctx->workaround_bugs; // set defaults + MPV_decode_defaults(s); s->quant_precision=5; - s->progressive_sequence=1; s->decode_mb= ff_h263_decode_mb; s->low_delay= 1; avctx->pix_fmt= PIX_FMT_YUV420P; -- cgit v1.2.3