comparison asf-enc.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 57baf1166899
children f062deeedb8d
comparison
equal deleted inserted replaced
3423:613aff547655 3424:7a0230981402
813 } 813 }
814 814
815 #ifdef CONFIG_ASF_MUXER 815 #ifdef CONFIG_ASF_MUXER
816 AVOutputFormat asf_muxer = { 816 AVOutputFormat asf_muxer = {
817 "asf", 817 "asf",
818 "asf format", 818 NULL_IF_CONFIG_SMALL("ASF format"),
819 "video/x-ms-asf", 819 "video/x-ms-asf",
820 "asf,wmv,wma", 820 "asf,wmv,wma",
821 sizeof(ASFContext), 821 sizeof(ASFContext),
822 #ifdef CONFIG_LIBMP3LAME 822 #ifdef CONFIG_LIBMP3LAME
823 CODEC_ID_MP3, 823 CODEC_ID_MP3,
834 #endif 834 #endif
835 835
836 #ifdef CONFIG_ASF_STREAM_MUXER 836 #ifdef CONFIG_ASF_STREAM_MUXER
837 AVOutputFormat asf_stream_muxer = { 837 AVOutputFormat asf_stream_muxer = {
838 "asf_stream", 838 "asf_stream",
839 "asf format", 839 NULL_IF_CONFIG_SMALL("ASF format"),
840 "video/x-ms-asf", 840 "video/x-ms-asf",
841 "asf,wmv,wma", 841 "asf,wmv,wma",
842 sizeof(ASFContext), 842 sizeof(ASFContext),
843 #ifdef CONFIG_LIBMP3LAME 843 #ifdef CONFIG_LIBMP3LAME
844 CODEC_ID_MP3, 844 CODEC_ID_MP3,