comparison ipmovie.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 19bd4caf27a9
children 31a0f3b99ef7
comparison
equal deleted inserted replaced
3423:613aff547655 3424:7a0230981402
614 return 0; 614 return 0;
615 } 615 }
616 616
617 AVInputFormat ipmovie_demuxer = { 617 AVInputFormat ipmovie_demuxer = {
618 "ipmovie", 618 "ipmovie",
619 "Interplay MVE format", 619 NULL_IF_CONFIG_SMALL("Interplay MVE format"),
620 sizeof(IPMVEContext), 620 sizeof(IPMVEContext),
621 ipmovie_probe, 621 ipmovie_probe,
622 ipmovie_read_header, 622 ipmovie_read_header,
623 ipmovie_read_packet, 623 ipmovie_read_packet,
624 ipmovie_read_close, 624 ipmovie_read_close,