comparison truemotion1.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 48cfbc65d688
children 322023e630a6
comparison
equal deleted inserted replaced
7039:b252326ba895 7040:e943e1409077
897 truemotion1_decode_init, 897 truemotion1_decode_init,
898 NULL, 898 NULL,
899 truemotion1_decode_end, 899 truemotion1_decode_end,
900 truemotion1_decode_frame, 900 truemotion1_decode_frame,
901 CODEC_CAP_DR1, 901 CODEC_CAP_DR1,
902 .long_name = "Duck TrueMotion 1.0", 902 .long_name = NULL_IF_CONFIG_SMALL("Duck TrueMotion 1.0"),
903 }; 903 };