summaryrefslogtreecommitdiff
path: root/libavformat/matroska.c
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2010-03-12 23:49:06 +0000
committerAurelien Jacobs <aurel@gnuage.org>2010-03-12 23:49:06 +0000
commit6b10228a5505fdb7f762b6ee9d80b83e8d025006 (patch)
tree1bcf155f967f3d18ada16c1124fd753eba541f01 /libavformat/matroska.c
parent1ab0406db1f338d72fbdda3a03bd9ddddb9c9d08 (diff)
matroskadec: add support for SIPR audio tracks
Originally committed as revision 22492 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 1e74d2ba39..214825a180 100644
--- a/libavformat/matroska.c
+++ b/libavformat/matroska.c
@@ -45,7 +45,7 @@ const CodecTags ff_mkv_codec_tags[]={
{"A_REAL/28_8" , CODEC_ID_RA_288},
{"A_REAL/ATRC" , CODEC_ID_ATRAC3},
{"A_REAL/COOK" , CODEC_ID_COOK},
-// {"A_REAL/SIPR" , CODEC_ID_SIPRO},
+ {"A_REAL/SIPR" , CODEC_ID_SIPR},
{"A_TRUEHD" , CODEC_ID_TRUEHD},
{"A_TTA1" , CODEC_ID_TTA},
{"A_VORBIS" , CODEC_ID_VORBIS},