Commit 6984e8ea authored by gpoirier's avatar gpoirier

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 >


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4700 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9b930e2c
......@@ -23,6 +23,7 @@ const CodecTag codec_wav_tags[] = {
{ 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 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment