[FFmpeg-cvslog] Fix alaw and mulaw muxing in caf.

Carl Eugen Hoyos git at videolan.org
Sat May 17 12:40:28 CEST 2014


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Fri May 16 18:32:35 2014 +0200| [4c49d0824a10b319c021a1df90abab5a45a644dc] | committer: Carl Eugen Hoyos

Fix alaw and mulaw muxing in caf.

Fixes ticket #3644.

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

 libavformat/cafenc.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/libavformat/cafenc.c b/libavformat/cafenc.c
index f94101a..8926f0f 100644
--- a/libavformat/cafenc.c
+++ b/libavformat/cafenc.c
@@ -131,8 +131,6 @@ static int caf_write_header(AVFormatContext *s)
     case AV_CODEC_ID_PCM_F32BE:
     case AV_CODEC_ID_PCM_F64LE:
     case AV_CODEC_ID_PCM_F64BE:
-    case AV_CODEC_ID_PCM_ALAW:
-    case AV_CODEC_ID_PCM_MULAW:
         codec_tag = MKTAG('l','p','c','m');
     }
 



More information about the ffmpeg-cvslog mailing list