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
Stream-copying PureVoice into caf works fine.
tags/n0.9
Carl Eugen Hoyos
14 years ago
parent
c5d9bd1938
commit
ef25e70de3
1 changed files
with
0 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavformat/cafenc.c
+ 0
- 1
libavformat/cafenc.c
View File
@@ -109,7 +109,6 @@ static int caf_write_header(AVFormatContext *s)
case CODEC_ID_AC3:
case CODEC_ID_AC3:
case CODEC_ID_ALAC:
case CODEC_ID_ALAC:
case CODEC_ID_AMR_NB:
case CODEC_ID_AMR_NB:
case CODEC_ID_QCELP:
case CODEC_ID_QDM2:
case CODEC_ID_QDM2:
av_log(s, AV_LOG_ERROR, "muxing codec currently unsupported\n");
av_log(s, AV_LOG_ERROR, "muxing codec currently unsupported\n");
return AVERROR_PATCHWELCOME;
return AVERROR_PATCHWELCOME;
Write
Preview
Loading…
Cancel
Save