From ef25e70de3c5ac38101e4ebac33aefa063592434 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 21 Aug 2011 14:52:48 +0200 Subject: [PATCH] Stream-copying PureVoice into caf works fine. --- libavformat/cafenc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/cafenc.c b/libavformat/cafenc.c index 1c7725160..80263e43c 100644 --- a/libavformat/cafenc.c +++ b/libavformat/cafenc.c @@ -109,7 +109,6 @@ static int caf_write_header(AVFormatContext *s) case CODEC_ID_AC3: case CODEC_ID_ALAC: case CODEC_ID_AMR_NB: - case CODEC_ID_QCELP: case CODEC_ID_QDM2: av_log(s, AV_LOG_ERROR, "muxing codec currently unsupported\n"); return AVERROR_PATCHWELCOME; -- 2.11.0