diff --git a/libavformat/cafenc.c b/libavformat/cafenc.c index 5f2d79e0a7..0e51600403 100644 --- a/libavformat/cafenc.c +++ b/libavformat/cafenc.c @@ -121,6 +121,7 @@ static int caf_write_init(struct AVFormatContext *s) switch (par->codec_id) { case AV_CODEC_ID_AAC: + case AV_CODEC_ID_OPUS: av_log(s, AV_LOG_ERROR, "muxing codec currently unsupported\n"); return AVERROR_PATCHWELCOME; }