comparison 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
comparison
equal deleted inserted replaced
12107:1e4996a88ca5 12108:c35d7bc64882
154 NULL, 154 NULL,
155 ff_mjpeg_decode_end, 155 ff_mjpeg_decode_end,
156 mjpegb_decode_frame, 156 mjpegb_decode_frame,
157 CODEC_CAP_DR1, 157 CODEC_CAP_DR1,
158 NULL, 158 NULL,
159 .max_lowres = 3,
159 .long_name = NULL_IF_CONFIG_SMALL("Apple MJPEG-B"), 160 .long_name = NULL_IF_CONFIG_SMALL("Apple MJPEG-B"),
160 }; 161 };