Commit 18e7e21e authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Enable muxing ac-3 in caf.

The files play fine with QuickTime.
parent ced0d6c1
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment