comparison cavsdec.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 e716466d3665
children 0579157cbb14
comparison
equal deleted inserted replaced
7039:b252326ba895 7040:e943e1409077
697 NULL, 697 NULL,
698 ff_cavs_end, 698 ff_cavs_end,
699 cavs_decode_frame, 699 cavs_decode_frame,
700 CODEC_CAP_DR1 | CODEC_CAP_DELAY, 700 CODEC_CAP_DR1 | CODEC_CAP_DELAY,
701 .flush= cavs_flush, 701 .flush= cavs_flush,
702 .long_name= "Chinese AVS video (AVS1-P2, JiZhun profile)", 702 .long_name= NULL_IF_CONFIG_SMALL("Chinese AVS video (AVS1-P2, JiZhun profile)"),
703 }; 703 };