summaryrefslogtreecommitdiff
path: root/libavformat/cafenc.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2011-08-21 14:52:48 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2011-08-21 14:52:48 +0200
commitef25e70de3c5ac38101e4ebac33aefa063592434 (patch)
tree02abb31bfe71fc88f7b41c00f6daf55791408e15 /libavformat/cafenc.c
parentc5d9bd1938f0e92c4ec16023ef1e1ff253cc9c51 (diff)
Stream-copying PureVoice into caf works fine.
Diffstat (limited to 'libavformat/cafenc.c')
-rw-r--r--libavformat/cafenc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/cafenc.c b/libavformat/cafenc.c
index 1c77251604..80263e43cf 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;