X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmatroska.c;h=5e9a6cade3f47fbffa6aca187c4098a5a0876ec3;hb=973a758f52a4e5fe63bd88806a4b2db034a032de;hp=52481d75564d5e82ae9aac4db3ab1a014d07f992;hpb=d0ad91c258821708ce21b4ae53018922ef1f5614;p=ffmpeg diff --git a/libavformat/matroska.c b/libavformat/matroska.c index 52481d75564..5e9a6cade3f 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},