From 4c49d0824a10b319c021a1df90abab5a45a644dc Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Fri, 16 May 2014 18:32:35 +0200 Subject: [PATCH] Fix alaw and mulaw muxing in caf. Fixes ticket #3644. --- libavformat/cafenc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavformat/cafenc.c b/libavformat/cafenc.c index f94101ab02..8926f0f2f7 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'); }