1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

matroska: add support for Opus.

Opus in Matroska is still a draft.
This commit is contained in:
Nicolas George 2012-07-04 16:36:56 +02:00
parent a6cf296bd9
commit 30549294ef

View File

@ -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},