Commit 21479001 authored by diego's avatar diego

Add codec ID for Shorten audio.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6680 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d9c12842
...@@ -196,6 +196,7 @@ const CodecTag codec_wav_tags[] = { ...@@ -196,6 +196,7 @@ const CodecTag codec_wav_tags[] = {
{ CODEC_ID_FLAC, MKTAG('f', 'L', 'a', 'C') }, { CODEC_ID_FLAC, MKTAG('f', 'L', 'a', 'C') },
{ CODEC_ID_TTA, MKTAG('T', 'T', 'A', '1') }, { CODEC_ID_TTA, MKTAG('T', 'T', 'A', '1') },
{ CODEC_ID_WAVPACK, MKTAG('W', 'V', 'P', 'K') }, { CODEC_ID_WAVPACK, MKTAG('W', 'V', 'P', 'K') },
{ CODEC_ID_SHORTEN, MKTAG('s', 'h', 'r', 'n') },
// for NuppelVideo (nuv.c) // for NuppelVideo (nuv.c)
{ CODEC_ID_PCM_S16LE, MKTAG('R', 'A', 'W', 'A') }, { CODEC_ID_PCM_S16LE, MKTAG('R', 'A', 'W', 'A') },
......
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