You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Enable muxing ac-3 in caf.
The files play fine with QuickTime.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user