comparison h261dec.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
649 h261_decode_init, 649 h261_decode_init,
650 NULL, 650 NULL,
651 h261_decode_end, 651 h261_decode_end,
652 h261_decode_frame, 652 h261_decode_frame,
653 CODEC_CAP_DR1, 653 CODEC_CAP_DR1,
654 .max_lowres = 3,
654 .long_name = NULL_IF_CONFIG_SMALL("H.261"), 655 .long_name = NULL_IF_CONFIG_SMALL("H.261"),
655 }; 656 };