Originally committed as revision 3951 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 20 years ago
parent 9499ebff8d
commit 87094371db
  1. 4
      libavformat/asf-enc.c

@ -738,7 +738,7 @@ AVOutputFormat asf_oformat = {
"asf", "asf",
"asf format", "asf format",
"video/x-ms-asf", "video/x-ms-asf",
"asf,wmv", "asf,wmv,wma",
sizeof(ASFContext), sizeof(ASFContext),
#ifdef CONFIG_MP3LAME #ifdef CONFIG_MP3LAME
CODEC_ID_MP3, CODEC_ID_MP3,
@ -755,7 +755,7 @@ AVOutputFormat asf_stream_oformat = {
"asf_stream", "asf_stream",
"asf format", "asf format",
"video/x-ms-asf", "video/x-ms-asf",
"asf,wmv", "asf,wmv,wma",
sizeof(ASFContext), sizeof(ASFContext),
#ifdef CONFIG_MP3LAME #ifdef CONFIG_MP3LAME
CODEC_ID_MP3, CODEC_ID_MP3,

Loading…
Cancel
Save