[FFmpeg-cvslog] Stream-copying PureVoice into caf works fine.

Carl Eugen Hoyos git at videolan.org
Sun Aug 21 15:18:58 CEST 2011


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sun Aug 21 14:52:48 2011 +0200| [ef25e70de3c5ac38101e4ebac33aefa063592434] | committer: Carl Eugen Hoyos

Stream-copying PureVoice into caf works fine.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ef25e70de3c5ac38101e4ebac33aefa063592434
---

 libavformat/cafenc.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libavformat/cafenc.c b/libavformat/cafenc.c
index 1c77251..80263e4 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;



More information about the ffmpeg-cvslog mailing list