comparison ape.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 ef617b3c568d
children 1d3d17de20ba
comparison
equal deleted inserted replaced
3423:613aff547655 3424:7a0230981402
509 return 0; 509 return 0;
510 } 510 }
511 511
512 AVInputFormat ape_demuxer = { 512 AVInputFormat ape_demuxer = {
513 "ape", 513 "ape",
514 "Monkey's Audio", 514 NULL_IF_CONFIG_SMALL("Monkey's Audio"),
515 sizeof(APEContext), 515 sizeof(APEContext),
516 ape_probe, 516 ape_probe,
517 ape_read_header, 517 ape_read_header,
518 ape_read_packet, 518 ape_read_packet,
519 ape_read_close, 519 ape_read_close,