comparison oggdec.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 61ea9e6ee162
children ac8b6b83e61e
comparison
equal deleted inserted replaced
3423:613aff547655 3424:7a0230981402
582 return 0; 582 return 0;
583 } 583 }
584 584
585 AVInputFormat ogg_demuxer = { 585 AVInputFormat ogg_demuxer = {
586 "ogg", 586 "ogg",
587 "Ogg", 587 NULL_IF_CONFIG_SMALL("Ogg"),
588 sizeof (ogg_t), 588 sizeof (ogg_t),
589 ogg_probe, 589 ogg_probe,
590 ogg_read_header, 590 ogg_read_header,
591 ogg_read_packet, 591 ogg_read_packet,
592 ogg_read_close, 592 ogg_read_close,