Browse Source

asfenc: Use wmav2 audio codec by default.

tags/n0.9
ami_stuff Carl Eugen Hoyos 14 years ago
parent
commit
e2adce3b8e
1 changed files with 1 additions and 1 deletions
  1. +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_MP2,
.audio_codec = CODEC_ID_WMAV2,
#endif
.video_codec = CODEC_ID_MSMPEG4V3,
.write_header = asf_write_header,


Loading…
Cancel
Save