This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Fix alaw and mulaw muxing in caf.
Fixes ticket
#3644
.
tags/n2.3
Carl Eugen Hoyos
11 years ago
parent
be1fbc02b8
commit
4c49d0824a
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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');
}
Write
Preview
Loading…
Cancel
Save