mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
.wma
Originally committed as revision 3951 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9499ebff8d
commit
87094371db
@ -738,7 +738,7 @@ AVOutputFormat asf_oformat = {
|
||||
"asf",
|
||||
"asf format",
|
||||
"video/x-ms-asf",
|
||||
"asf,wmv",
|
||||
"asf,wmv,wma",
|
||||
sizeof(ASFContext),
|
||||
#ifdef CONFIG_MP3LAME
|
||||
CODEC_ID_MP3,
|
||||
@ -755,7 +755,7 @@ AVOutputFormat asf_stream_oformat = {
|
||||
"asf_stream",
|
||||
"asf format",
|
||||
"video/x-ms-asf",
|
||||
"asf,wmv",
|
||||
"asf,wmv,wma",
|
||||
sizeof(ASFContext),
|
||||
#ifdef CONFIG_MP3LAME
|
||||
CODEC_ID_MP3,
|
||||
|
Loading…
Reference in New Issue
Block a user