summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-10-13 00:01:25 +0000
committerDiego Biurrun <diego@biurrun.de>2006-10-13 00:01:25 +0000
commit7e547cb4c325d306c3178b252f7baeaca196a02d (patch)
tree2d9a989206dec085d4a59014610484399df0a65d /libavformat/riff.c
parent12ff5b0f3ba1b0998ff72fe5c74f61ee4233ba06 (diff)
Add codec ID for Shorten audio.
Originally committed as revision 6680 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 608d810231..c3c8a88982 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -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') },