]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/cafenc.c
Merge commit '71a49fe25f2e4468fbbadbebef8d073b1b3cc1a5'
[ffmpeg] / libavformat / cafenc.c
index 7aa9e8cee1095d2865dceef63850225e1753ac72..f550cd965a3c8c0a096b8d2a34665307b0c20bbc 100644 (file)
@@ -117,6 +117,7 @@ static int caf_write_header(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;
     }