summaryrefslogtreecommitdiff
path: root/libavcodec/sp5xdec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-01-09 21:31:46 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-01-09 21:40:13 +0100
commitebfa1264aacf74291d20cc5d6c23e0618b5c5144 (patch)
treec794dba37ebe796c169bf3f0246657ea71e5e7f9 /libavcodec/sp5xdec.c
parent7c3700cd1d8683966b21fffbf02e326d0bd14e06 (diff)
avcodec/mjpegdec: allow lowres with amv
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/sp5xdec.c')
-rw-r--r--libavcodec/sp5xdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/sp5xdec.c b/libavcodec/sp5xdec.c
index 81f3c24a09..7496198420 100644
--- a/libavcodec/sp5xdec.c
+++ b/libavcodec/sp5xdec.c
@@ -117,5 +117,6 @@ AVCodec ff_amv_decoder = {
.init = ff_mjpeg_decode_init,
.close = ff_mjpeg_decode_end,
.decode = sp5x_decode_frame,
+ .max_lowres = 3,
};
#endif