comparison psxstr.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 771ab1d4fd6e
children 34a5e6f576fd
comparison
equal deleted inserted replaced
3423:613aff547655 3424:7a0230981402
349 return 0; 349 return 0;
350 } 350 }
351 351
352 AVInputFormat str_demuxer = { 352 AVInputFormat str_demuxer = {
353 "psxstr", 353 "psxstr",
354 "Sony Playstation STR format", 354 NULL_IF_CONFIG_SMALL("Sony Playstation STR format"),
355 sizeof(StrDemuxContext), 355 sizeof(StrDemuxContext),
356 str_probe, 356 str_probe,
357 str_read_header, 357 str_read_header,
358 str_read_packet, 358 str_read_packet,
359 str_read_close, 359 str_read_close,