comparison flvdec.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 914f484bb476
comparison
equal deleted inserted replaced
12107:1e4996a88ca5 12108:c35d7bc64882
125 ff_h263_decode_init, 125 ff_h263_decode_init,
126 NULL, 126 NULL,
127 ff_h263_decode_end, 127 ff_h263_decode_end,
128 ff_h263_decode_frame, 128 ff_h263_decode_frame,
129 CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1, 129 CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1,
130 .max_lowres= 3,
130 .long_name= NULL_IF_CONFIG_SMALL("Flash Video (FLV) / Sorenson Spark / Sorenson H.263"), 131 .long_name= NULL_IF_CONFIG_SMALL("Flash Video (FLV) / Sorenson Spark / Sorenson H.263"),
131 .pix_fmts= ff_pixfmt_list_420, 132 .pix_fmts= ff_pixfmt_list_420,
132 }; 133 };