comparison ptx.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 6eeb19edcee3
children 2acf0ae7b041
comparison
equal deleted inserted replaced
7039:b252326ba895 7040:e943e1409077
112 NULL, 112 NULL,
113 ptx_end, 113 ptx_end,
114 ptx_decode_frame, 114 ptx_decode_frame,
115 0, 115 0,
116 NULL, 116 NULL,
117 .long_name = "V.Flash PTX image", 117 .long_name = NULL_IF_CONFIG_SMALL("V.Flash PTX image"),
118 }; 118 };