comparison bmp.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 8a4984c5cacc
children ee740a4e80c5
comparison
equal deleted inserted replaced
12107:1e4996a88ca5 12108:c35d7bc64882
343 bmp_decode_init, 343 bmp_decode_init,
344 NULL, 344 NULL,
345 bmp_decode_end, 345 bmp_decode_end,
346 bmp_decode_frame, 346 bmp_decode_frame,
347 CODEC_CAP_DR1, 347 CODEC_CAP_DR1,
348 .max_lowres = 5,
348 .long_name = NULL_IF_CONFIG_SMALL("BMP image"), 349 .long_name = NULL_IF_CONFIG_SMALL("BMP image"),
349 }; 350 };