comparison sierravmd.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 f95ddc69c48d
children 1d3d17de20ba
comparison
equal deleted inserted replaced
3423:613aff547655 3424:7a0230981402
289 return 0; 289 return 0;
290 } 290 }
291 291
292 AVInputFormat vmd_demuxer = { 292 AVInputFormat vmd_demuxer = {
293 "vmd", 293 "vmd",
294 "Sierra VMD format", 294 NULL_IF_CONFIG_SMALL("Sierra VMD format"),
295 sizeof(VmdDemuxContext), 295 sizeof(VmdDemuxContext),
296 vmd_probe, 296 vmd_probe,
297 vmd_read_header, 297 vmd_read_header,
298 vmd_read_packet, 298 vmd_read_packet,
299 vmd_read_close, 299 vmd_read_close,