Browse Source

Fix alaw and mulaw muxing in caf.

Fixes ticket #3644.
tags/n2.3
Carl Eugen Hoyos 11 years ago
parent
commit
4c49d0824a
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavformat/cafenc.c

+ 0
- 2
libavformat/cafenc.c 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');
}



Loading…
Cancel
Save