comparison bmp.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 44da2504ce69
comparison
equal deleted inserted replaced
7039:b252326ba895 7040:e943e1409077
256 sizeof(BMPContext), 256 sizeof(BMPContext),
257 bmp_decode_init, 257 bmp_decode_init,
258 NULL, 258 NULL,
259 bmp_decode_end, 259 bmp_decode_end,
260 bmp_decode_frame, 260 bmp_decode_frame,
261 .long_name = "BMP image", 261 .long_name = NULL_IF_CONFIG_SMALL("BMP image"),
262 }; 262 };