comparison dv.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 aaf12cfcfdbf
comparison
equal deleted inserted replaced
12107:1e4996a88ca5 12108:c35d7bc64882
1302 NULL, 1302 NULL,
1303 dvvideo_close, 1303 dvvideo_close,
1304 dvvideo_decode_frame, 1304 dvvideo_decode_frame,
1305 CODEC_CAP_DR1, 1305 CODEC_CAP_DR1,
1306 NULL, 1306 NULL,
1307 .max_lowres = 3,
1307 .long_name = NULL_IF_CONFIG_SMALL("DV (Digital Video)"), 1308 .long_name = NULL_IF_CONFIG_SMALL("DV (Digital Video)"),
1308 }; 1309 };
1309 #endif 1310 #endif