diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-04-27 13:40:11 +0200 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2014-05-04 10:20:27 -0400 |
commit | 696a74e81560889ef2fde76b045c5158a325a7a5 (patch) | |
tree | eed2f526b605f14770ac24c667fb26e3433e79cb | |
parent | 3938b6762132d3d7ef1b5782e7dc8bf73ac8145d (diff) | |
download | ffmpeg-696a74e81560889ef2fde76b045c5158a325a7a5.tar.gz |
matroska: add the Opus mapping
(cherry picked from commit 141fdc763c2841b572d29a2ad78513e8d5325870)
Signed-off-by: Reinhard Tartler <siretart@tauware.de>
(cherry picked from commit 79041d92ee7421853ee8c57fc13891cb0c272e0e)
-rw-r--r-- | libavformat/matroska.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/matroska.c b/libavformat/matroska.c index edb7ab7910..fe5d1c8959 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}, |