comparison rv40.c @ 7040:e943e1409077 libavcodec

Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
author stefano
date Thu, 12 Jun 2008 21:50:13 +0000
parents 05c3a4b419e9
children 4a92ea42a8bc
comparison
equal deleted inserted replaced
7039:b252326ba895 7040:e943e1409077
274 rv40_decode_init, 274 rv40_decode_init,
275 NULL, 275 NULL,
276 ff_rv34_decode_end, 276 ff_rv34_decode_end,
277 ff_rv34_decode_frame, 277 ff_rv34_decode_frame,
278 CODEC_CAP_DR1 | CODEC_CAP_DELAY, 278 CODEC_CAP_DR1 | CODEC_CAP_DELAY,
279 .long_name = "RealVideo 4.0", 279 .long_name = NULL_IF_CONFIG_SMALL("RealVideo 4.0"),
280 }; 280 };