summaryrefslogtreecommitdiff
path: root/libavformat/matroska.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-05-01 15:59:01 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-05-01 16:03:30 +0200
commit97edb195f45c266c5a1bcdd3674825d926fd18cf (patch)
tree1e4bed465e6d78ebcd34a222497eb642ec4ebcef /libavformat/matroska.c
parent82e4f39883932c1b1e5c7792a1be12dec6ab603d (diff)
parent141fdc763c2841b572d29a2ad78513e8d5325870 (diff)
downloadffmpeg-97edb195f45c266c5a1bcdd3674825d926fd18cf.tar.gz
Merge commit '141fdc763c2841b572d29a2ad78513e8d5325870'
* commit '141fdc763c2841b572d29a2ad78513e8d5325870': matroska: add the Opus mapping Conflicts: libavformat/matroska.c See: 30549294ef0f796d48b1ffa482bd9315d4dbb83c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/matroska.c')
-rw-r--r--libavformat/matroska.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/matroska.c b/libavformat/matroska.c
index e8e99967db..d281ef4fd5 100644
--- a/libavformat/matroska.c
+++ b/libavformat/matroska.c
@@ -35,7 +35,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_OPUS" , AV_CODEC_ID_OPUS},
{"A_OPUS/EXPERIMENTAL",AV_CODEC_ID_OPUS},
{"A_PCM/FLOAT/IEEE" , AV_CODEC_ID_PCM_F32LE},
{"A_PCM/FLOAT/IEEE" , AV_CODEC_ID_PCM_F64LE},