summaryrefslogtreecommitdiff
path: root/libavformat/matroska.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-04-27 13:40:11 +0200
committerAnton Khirnov <anton@khirnov.net>2014-05-01 08:04:33 +0200
commit141fdc763c2841b572d29a2ad78513e8d5325870 (patch)
tree813a69d189482b2cc122ff966380ad95f2562a4f /libavformat/matroska.c
parenta1aa37dd0b96710d4a17718198a3f56aea2040c1 (diff)
matroska: add the Opus mapping
Diffstat (limited to 'libavformat/matroska.c')
-rw-r--r--libavformat/matroska.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/matroska.c b/libavformat/matroska.c
index 410e2f40c3..9628abcda1 100644
--- a/libavformat/matroska.c
+++ b/libavformat/matroska.c
@@ -32,6 +32,7 @@ const CodecTags ff_mkv_codec_tags[]={
{"A_MPEG/L2" , AV_CODEC_ID_MP2},
{"A_MPEG/L1" , AV_CODEC_ID_MP2},
{"A_MPEG/L3" , AV_CODEC_ID_MP3},
+ {"A_OPUS" , AV_CODEC_ID_OPUS},
{"A_PCM/FLOAT/IEEE" , AV_CODEC_ID_PCM_F32LE},
{"A_PCM/FLOAT/IEEE" , AV_CODEC_ID_PCM_F64LE},
{"A_PCM/INT/BIG" , AV_CODEC_ID_PCM_S16BE},