[FFmpeg-cvslog] Use AC-3 as default codec for wtv.

Carl Eugen Hoyos git at videolan.org
Sat Nov 12 00:15:29 CET 2011


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sat Nov 12 00:15:03 2011 +0100| [5f36065ca66e6a13bfc66ad2dfd04303f288edf4] | committer: Carl Eugen Hoyos

Use AC-3 as default codec for wtv.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5f36065ca66e6a13bfc66ad2dfd04303f288edf4
---

 libavformat/wtvenc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavformat/wtvenc.c b/libavformat/wtvenc.c
index d1c446c..71ff208 100644
--- a/libavformat/wtvenc.c
+++ b/libavformat/wtvenc.c
@@ -713,7 +713,7 @@ AVOutputFormat ff_wtv_muxer = {
     .long_name      = NULL_IF_CONFIG_SMALL("Windows Television (WTV)"),
     .extensions     = "wtv",
     .priv_data_size = sizeof(WtvContext),
-    .audio_codec    = CODEC_ID_MP2,
+    .audio_codec    = CODEC_ID_AC3,
     .video_codec    = CODEC_ID_MPEG2VIDEO,
     .write_header   = write_header,
     .write_packet   = write_packet,



More information about the ffmpeg-cvslog mailing list