From b4093e60c51af493a6dad7819264ef769736227f Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Wed, 20 Sep 2017 03:31:48 +0200 Subject: lavf/caf: Support demuxing Opus. Introduced in macOS High Sierra and iOS 11. --- libavformat/caf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/caf.c') diff --git a/libavformat/caf.c b/libavformat/caf.c index 8d39415794..fe242ff032 100644 --- a/libavformat/caf.c +++ b/libavformat/caf.c @@ -52,6 +52,7 @@ const AVCodecTag ff_codec_caf_tags[] = { { AV_CODEC_ID_MP2, MKTAG('.','m','p','2') }, { AV_CODEC_ID_MP3, MKTAG('.','m','p','3') }, { AV_CODEC_ID_MP3, MKTAG('m','s', 0 ,'U') }, + { AV_CODEC_ID_OPUS, MKTAG('o','p','u','s') }, { AV_CODEC_ID_PCM_ALAW, MKTAG('a','l','a','w') }, { AV_CODEC_ID_PCM_MULAW, MKTAG('u','l','a','w') }, { AV_CODEC_ID_QCELP, MKTAG('Q','c','l','p') }, -- cgit v1.2.3