]> git.sesse.net Git - ffmpeg/commitdiff
Stream-copying PureVoice into caf works fine.
authorCarl Eugen Hoyos <cehoyos@ag.or.at>
Sun, 21 Aug 2011 12:52:48 +0000 (14:52 +0200)
committerCarl Eugen Hoyos <cehoyos@ag.or.at>
Sun, 21 Aug 2011 12:52:48 +0000 (14:52 +0200)
libavformat/cafenc.c

index 1c7725160423f324200d202556442c138702d5f0..80263e43cf64a7fdb49ecdf21c9fe7918b96a818 100644 (file)
@@ -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;