comparison rv30.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 e71badf6877a
comparison
equal deleted inserted replaced
7039:b252326ba895 7040:e943e1409077
142 rv30_decode_init, 142 rv30_decode_init,
143 NULL, 143 NULL,
144 ff_rv34_decode_end, 144 ff_rv34_decode_end,
145 ff_rv34_decode_frame, 145 ff_rv34_decode_frame,
146 CODEC_CAP_DR1 | CODEC_CAP_DELAY, 146 CODEC_CAP_DR1 | CODEC_CAP_DELAY,
147 .long_name = "RealVideo 3.0", 147 .long_name = NULL_IF_CONFIG_SMALL("RealVideo 3.0"),
148 }; 148 };