Mercurial > libavformat.hg
changeset 1382:b70f1126fd1c libavformat
Add codec ID for Shorten audio.
author | diego |
---|---|
date | Fri, 13 Oct 2006 00:01:25 +0000 |
parents | d0a6c143b246 |
children | 97bd1648eb9a |
files | riff.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/riff.c Thu Oct 12 12:02:58 2006 +0000 +++ b/riff.c Fri Oct 13 00:01:25 2006 +0000 @@ -196,6 +196,7 @@ { 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') },