From 1a89025793ca73d9685a8ce8e3194efa64dd6844 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 26 Nov 2013 11:23:16 +0100 Subject: mpeg4videodec: move MpegEncContext.vol_sprite_usage to Mpeg4DecContext --- 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 eea3d13c77..d90de7dd47 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -185,7 +185,7 @@ static int decode_slice(MpegEncContext *s) const int qscale = s->qscale; if (CONFIG_MPEG4_DECODER && s->codec_id == AV_CODEC_ID_MPEG4) - if ((ret = ff_mpeg4_decode_partitions(s)) < 0) + if ((ret = ff_mpeg4_decode_partitions(s->avctx->priv_data)) < 0) return ret; /* restore variables which were modified */ -- cgit v1.2.3