[FFmpeg-cvslog] matroska: add support for Opus.

Nicolas George git at videolan.org
Fri Jul 20 11:28:59 CEST 2012


ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Wed Jul  4 16:36:56 2012 +0200| [30549294ef0f796d48b1ffa482bd9315d4dbb83c] | committer: Nicolas George

matroska: add support for Opus.

Opus in Matroska is still a draft.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=30549294ef0f796d48b1ffa482bd9315d4dbb83c
---

 libavformat/matroska.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/matroska.c b/libavformat/matroska.c
index 52481d7..5e9a6ca 100644
--- a/libavformat/matroska.c
+++ b/libavformat/matroska.c
@@ -31,6 +31,7 @@ const CodecTags ff_mkv_codec_tags[]={
     {"A_MPEG/L2"        , CODEC_ID_MP2},
     {"A_MPEG/L1"        , CODEC_ID_MP2},
     {"A_MPEG/L3"        , CODEC_ID_MP3},
+    {"A_OPUS",            CODEC_ID_OPUS},
     {"A_PCM/FLOAT/IEEE" , CODEC_ID_PCM_F32LE},
     {"A_PCM/FLOAT/IEEE" , CODEC_ID_PCM_F64LE},
     {"A_PCM/INT/BIG"    , CODEC_ID_PCM_S16BE},



More information about the ffmpeg-cvslog mailing list