[SCM] libav/experimental: matroska: add the Opus mapping

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:03:02 UTC 2014


The following commit has been merged in the experimental branch:
commit 141fdc763c2841b572d29a2ad78513e8d5325870
Author: Anton Khirnov <anton at khirnov.net>
Date:   Sun Apr 27 13:40:11 2014 +0200

    matroska: add the Opus mapping

diff --git a/libavformat/matroska.c b/libavformat/matroska.c
index 410e2f4..9628abc 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},

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list