diff mjpegbdec.c @ 12108:c35d7bc64882 libavcodec

Add new decoder property max_lowres and do not init decoder if requested value is higher.
author cehoyos
date Wed, 07 Jul 2010 21:23:36 +0000
parents 7dd2a45249a9
children
line wrap: on
line diff
--- a/mjpegbdec.c	Wed Jul 07 20:23:56 2010 +0000
+++ b/mjpegbdec.c	Wed Jul 07 21:23:36 2010 +0000
@@ -156,5 +156,6 @@
     mjpegb_decode_frame,
     CODEC_CAP_DR1,
     NULL,
+    .max_lowres = 3,
     .long_name = NULL_IF_CONFIG_SMALL("Apple MJPEG-B"),
 };