diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-04-24 18:02:20 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-04-24 18:02:20 +0200 |
commit | 18e7e21e2fb151d9dc01b6131b58dfc00715a69b (patch) | |
tree | f7d68170fdf9ff9c8908f9df6d349d2978c78b98 /libavformat/cafenc.c | |
parent | ced0d6c14d1ad717d09f6777fcf424586ca6f036 (diff) | |
download | ffmpeg-18e7e21e2fb151d9dc01b6131b58dfc00715a69b.tar.gz |
Enable muxing ac-3 in caf.
The files play fine with QuickTime.
Diffstat (limited to 'libavformat/cafenc.c')
-rw-r--r-- | libavformat/cafenc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/cafenc.c b/libavformat/cafenc.c index ae36b85cb1..f94101ab02 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; } |