[FFmpeg-cvslog] Enable muxing ac-3 in caf.
Carl Eugen Hoyos
git at videolan.org
Fri Apr 25 02:12:51 CEST 2014
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Thu Apr 24 18:02:20 2014 +0200| [18e7e21e2fb151d9dc01b6131b58dfc00715a69b] | committer: Carl Eugen Hoyos
Enable muxing ac-3 in caf.
The files play fine with QuickTime.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=18e7e21e2fb151d9dc01b6131b58dfc00715a69b
---
libavformat/cafenc.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavformat/cafenc.c b/libavformat/cafenc.c
index ae36b85..f94101a 100644
--- a/libavformat/cafenc.c
+++ b/libavformat/cafenc.c
@@ -115,7 +115,6 @@ static int caf_write_header(AVFormatContext *s)
switch (enc->codec_id) {
case AV_CODEC_ID_AAC:
- case AV_CODEC_ID_AC3:
av_log(s, AV_LOG_ERROR, "muxing codec currently unsupported\n");
return AVERROR_PATCHWELCOME;
}
More information about the ffmpeg-cvslog
mailing list