comparison rawdec.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 5b3acf9fd50a
children 4525dcd81357
comparison
equal deleted inserted replaced
7039:b252326ba895 7040:e943e1409077
160 sizeof(RawVideoContext), 160 sizeof(RawVideoContext),
161 raw_init_decoder, 161 raw_init_decoder,
162 NULL, 162 NULL,
163 raw_close_decoder, 163 raw_close_decoder,
164 raw_decode, 164 raw_decode,
165 .long_name = "raw video", 165 .long_name = NULL_IF_CONFIG_SMALL("raw video"),
166 }; 166 };