comparison qdm2.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 0f63fc62ea8b
children 322023e630a6
comparison
equal deleted inserted replaced
7039:b252326ba895 7040:e943e1409077
2036 .id = CODEC_ID_QDM2, 2036 .id = CODEC_ID_QDM2,
2037 .priv_data_size = sizeof(QDM2Context), 2037 .priv_data_size = sizeof(QDM2Context),
2038 .init = qdm2_decode_init, 2038 .init = qdm2_decode_init,
2039 .close = qdm2_decode_close, 2039 .close = qdm2_decode_close,
2040 .decode = qdm2_decode_frame, 2040 .decode = qdm2_decode_frame,
2041 .long_name = "QDesign Music Codec 2", 2041 .long_name = NULL_IF_CONFIG_SMALL("QDesign Music Codec 2"),
2042 }; 2042 };