comparison cdgraphics.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
375 cdg_decode_init, 375 cdg_decode_init,
376 NULL, 376 NULL,
377 cdg_decode_end, 377 cdg_decode_end,
378 cdg_decode_frame, 378 cdg_decode_frame,
379 CODEC_CAP_DR1, 379 CODEC_CAP_DR1,
380 .max_lowres = 5,
380 .long_name = NULL_IF_CONFIG_SMALL("CD Graphics video"), 381 .long_name = NULL_IF_CONFIG_SMALL("CD Graphics video"),
381 }; 382 };