changeset 874:29fa250510df libavformat

DTS is 0x2001 according to: http://www1.mplayerhq.hu/MPlayer/DOCS/codecs-status.html Patch by Corey Hickey < bugfood DAH ml AH fatooh POIS org >
author gpoirier
date Sun, 13 Nov 2005 09:18:14 +0000
parents 7af647503b67
children 0152b49ef2a5
files wav.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/wav.c	Sun Nov 13 03:32:12 2005 +0000
+++ b/wav.c	Sun Nov 13 09:18:14 2005 +0000
@@ -23,6 +23,7 @@
     { CODEC_ID_MP2, 0x50 },
     { CODEC_ID_MP3, 0x55 },
     { CODEC_ID_AC3, 0x2000 },
+    { CODEC_ID_DTS, 0x2001 },
     { CODEC_ID_PCM_S16LE, 0x01 },
     { CODEC_ID_PCM_U8, 0x01 }, /* must come after s16le in this list */
     { CODEC_ID_PCM_S24LE, 0x01 },