Fix alaw and mulaw muxing in caf.

Fixes ticket #3644.
This commit is contained in:
Carl Eugen Hoyos 2014-05-16 18:32:35 +02:00
parent be1fbc02b8
commit 4c49d0824a

View File

@ -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');
}