Use WMAv2 as default audio codec for asf.

This commit is contained in:
Carl Eugen Hoyos 2011-10-05 23:41:35 +02:00
parent 3bcbd8c5c7
commit d9b6068764
1 changed files with 1 additions and 1 deletions

View File

@ -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,