1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

wmv format is asf format

Originally committed as revision 139 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard 2001-09-23 17:15:21 +00:00
parent a0663ba4b0
commit a56c66a7ef

View File

@ -939,7 +939,7 @@ AVFormat asf_format = {
"asf",
"asf format",
"application/octet-stream",
"asf",
"asf,wmv",
CODEC_ID_MP2,
CODEC_ID_MSMPEG4,
asf_write_header,