comparison swfdec.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 5f8a6b9d8f87
children 7d2f3f1b68d8
comparison
equal deleted inserted replaced
3423:613aff547655 3424:7a0230981402
183 return 0; 183 return 0;
184 } 184 }
185 185
186 AVInputFormat swf_demuxer = { 186 AVInputFormat swf_demuxer = {
187 "swf", 187 "swf",
188 "Flash format", 188 NULL_IF_CONFIG_SMALL("Flash format"),
189 sizeof(SWFContext), 189 sizeof(SWFContext),
190 swf_probe, 190 swf_probe,
191 swf_read_header, 191 swf_read_header,
192 swf_read_packet, 192 swf_read_packet,
193 }; 193 };