You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Stream-copying PureVoice into caf works fine.
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user