Commit d9b60687 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Use WMAv2 as default audio codec for asf.

parent 3bcbd8c5
......@@ -911,7 +911,7 @@ AVOutputFormat ff_asf_stream_muxer = {
#if CONFIG_LIBMP3LAME
.audio_codec = CODEC_ID_MP3,
#else
.audio_codec = CODEC_ID_MP2,
.audio_codec = CODEC_ID_WMAV2,
#endif
.video_codec = CODEC_ID_MSMPEG4V3,
.write_header = asf_write_stream_header,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment