This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
asfenc: Use wmav2 audio codec by default.
tags/n0.9
ami_stuff
Carl Eugen Hoyos
14 years ago
parent
0b7aec5fa4
commit
e2adce3b8e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/asfenc.c
+ 1
- 1
libavformat/asfenc.c
View File
@@ -886,7 +886,7 @@ AVOutputFormat ff_asf_muxer = {
#if CONFIG_LIBMP3LAME
.audio_codec = CODEC_ID_MP3,
#else
.audio_codec = CODEC_ID_
MP
2,
.audio_codec = CODEC_ID_
WMAV
2,
#endif
.video_codec = CODEC_ID_MSMPEG4V3,
.write_header = asf_write_header,
Write
Preview
Loading…
Cancel
Save