summaryrefslogtreecommitdiff
path: root/libavcodec/svq1.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-03-16 16:11:29 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-03-16 16:11:29 +0000
commit3edcacde04911dac4c56fd74053505a493e561f8 (patch)
treeeff6e5bc0a3dcecec4b78e3709b2c9c4fc6271d2 /libavcodec/svq1.c
parent6fe1a1a55b90849974a22118040aef6e17999688 (diff)
init cleanup
Originally committed as revision 2899 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/svq1.c')
-rw-r--r--libavcodec/svq1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/svq1.c b/libavcodec/svq1.c
index 6a15270b76..781194f03c 100644
--- a/libavcodec/svq1.c
+++ b/libavcodec/svq1.c
@@ -783,6 +783,8 @@ static int svq1_decode_init(AVCodecContext *avctx)
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;