Commit 30549294 authored by Nicolas George's avatar Nicolas George

matroska: add support for Opus.

Opus in Matroska is still a draft.
parent a6cf296b
......@@ -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},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment