comparison iff.c @ 3424:7a0230981402 libavformat

Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me
author diego
date Tue, 03 Jun 2008 16:20:54 +0000
parents ccfd981fe0fa
children 1d3d17de20ba
comparison
equal deleted inserted replaced
3423:613aff547655 3424:7a0230981402
190 return ret; 190 return ret;
191 } 191 }
192 192
193 AVInputFormat iff_demuxer = { 193 AVInputFormat iff_demuxer = {
194 "IFF", 194 "IFF",
195 "IFF format", 195 NULL_IF_CONFIG_SMALL("IFF format"),
196 sizeof(IffDemuxContext), 196 sizeof(IffDemuxContext),
197 iff_probe, 197 iff_probe,
198 iff_read_header, 198 iff_read_header,
199 iff_read_packet, 199 iff_read_packet,
200 }; 200 };