comparison avisynth.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 b21c2af60bc9
children 5b915da6dd7e
comparison
equal deleted inserted replaced
3423:613aff547655 3424:7a0230981402
207 return 0; 207 return 0;
208 } 208 }
209 209
210 AVInputFormat avisynth_demuxer = { 210 AVInputFormat avisynth_demuxer = {
211 "avs", 211 "avs",
212 "AVISynth", 212 NULL_IF_CONFIG_SMALL("AVISynth"),
213 sizeof(AVISynthContext), 213 sizeof(AVISynthContext),
214 NULL, 214 NULL,
215 avisynth_read_header, 215 avisynth_read_header,
216 avisynth_read_packet, 216 avisynth_read_packet,
217 avisynth_read_close, 217 avisynth_read_close,