Browse Source

Enable muxing ac-3 in caf.

The files play fine with QuickTime.
tags/n2.3
Carl Eugen Hoyos 11 years ago
parent
commit
18e7e21e2f
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavformat/cafenc.c

+ 0
- 1
libavformat/cafenc.c View File

@@ -115,7 +115,6 @@ static int caf_write_header(AVFormatContext *s)


switch (enc->codec_id) { switch (enc->codec_id) {
case AV_CODEC_ID_AAC: case AV_CODEC_ID_AAC:
case AV_CODEC_ID_AC3:
av_log(s, AV_LOG_ERROR, "muxing codec currently unsupported\n"); av_log(s, AV_LOG_ERROR, "muxing codec currently unsupported\n");
return AVERROR_PATCHWELCOME; return AVERROR_PATCHWELCOME;
} }


Loading…
Cancel
Save