1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-04 10:19:58 +02:00

Enable muxing ac-3 in caf.

The files play fine with QuickTime.
This commit is contained in:
Carl Eugen Hoyos 2014-04-24 18:02:20 +02:00
parent ced0d6c14d
commit 18e7e21e2f

View File

@ -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;
}