comparison swfenc.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 45da68497603
children aa6e8ff72d9e
comparison
equal deleted inserted replaced
3423:613aff547655 3424:7a0230981402
501 } 501 }
502 502
503 #ifdef CONFIG_SWF_MUXER 503 #ifdef CONFIG_SWF_MUXER
504 AVOutputFormat swf_muxer = { 504 AVOutputFormat swf_muxer = {
505 "swf", 505 "swf",
506 "Flash format", 506 NULL_IF_CONFIG_SMALL("Flash format"),
507 "application/x-shockwave-flash", 507 "application/x-shockwave-flash",
508 "swf", 508 "swf",
509 sizeof(SWFContext), 509 sizeof(SWFContext),
510 CODEC_ID_MP3, 510 CODEC_ID_MP3,
511 CODEC_ID_FLV1, 511 CODEC_ID_FLV1,
515 }; 515 };
516 #endif 516 #endif
517 #ifdef CONFIG_AVM2_MUXER 517 #ifdef CONFIG_AVM2_MUXER
518 AVOutputFormat avm2_muxer = { 518 AVOutputFormat avm2_muxer = {
519 "avm2", 519 "avm2",
520 "Flash 9 (AVM2) format", 520 NULL_IF_CONFIG_SMALL("Flash 9 (AVM2) format"),
521 "application/x-shockwave-flash", 521 "application/x-shockwave-flash",
522 NULL, 522 NULL,
523 sizeof(SWFContext), 523 sizeof(SWFContext),
524 CODEC_ID_MP3, 524 CODEC_ID_MP3,
525 CODEC_ID_FLV1, 525 CODEC_ID_FLV1,