diff h263dec.c @ 1892:5ac49e7a1b8f libavcodec

init cleanup
author michael
date Tue, 16 Mar 2004 16:11:29 +0000
parents bdf3927bf8c5
children f2d134308a70
line wrap: on
line diff
--- a/h263dec.c	Tue Mar 16 15:38:40 2004 +0000
+++ b/h263dec.c	Tue Mar 16 16:11:29 2004 +0000
@@ -42,8 +42,8 @@
     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;