diff svq1.c @ 1892:5ac49e7a1b8f libavcodec

init cleanup
author michael
date Tue, 16 Mar 2004 16:11:29 +0000
parents bdf3927bf8c5
children 28d3f73aa254
line wrap: on
line diff
--- a/svq1.c	Tue Mar 16 15:38:40 2004 +0000
+++ b/svq1.c	Tue Mar 16 16:11:29 2004 +0000
@@ -783,6 +783,8 @@
     MpegEncContext *s = avctx->priv_data;
     int i;
 
+    MPV_decode_defaults(s);
+
     s->avctx = avctx;
     s->width = (avctx->width+3)&~3;
     s->height = (avctx->height+3)&~3;