1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

Add codec ID for Shorten audio.

Originally committed as revision 6680 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2006-10-13 00:01:25 +00:00
parent 12ff5b0f3b
commit 7e547cb4c3

View File

@ -196,6 +196,7 @@ const CodecTag codec_wav_tags[] = {
{ CODEC_ID_FLAC, MKTAG('f', 'L', 'a', 'C') },
{ CODEC_ID_TTA, MKTAG('T', 'T', 'A', '1') },
{ CODEC_ID_WAVPACK, MKTAG('W', 'V', 'P', 'K') },
{ CODEC_ID_SHORTEN, MKTAG('s', 'h', 'r', 'n') },
// for NuppelVideo (nuv.c)
{ CODEC_ID_PCM_S16LE, MKTAG('R', 'A', 'W', 'A') },