Commit 4c49d082 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Fix alaw and mulaw muxing in caf.

Fixes ticket #3644.
parent be1fbc02
......@@ -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');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment