comparison nellymoserdec.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 40f18ff994f9
children b0820b8bd4dd
comparison
equal deleted inserted replaced
7039:b252326ba895 7040:e943e1409077
204 sizeof(NellyMoserDecodeContext), 204 sizeof(NellyMoserDecodeContext),
205 decode_init, 205 decode_init,
206 NULL, 206 NULL,
207 decode_end, 207 decode_end,
208 decode_tag, 208 decode_tag,
209 .long_name = "Nellymoser Asao", 209 .long_name = NULL_IF_CONFIG_SMALL("Nellymoser Asao"),
210 }; 210 };
211 211