diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-10-27 15:08:21 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-10-27 15:08:21 -0400 |
commit | 225ffbba205e832b75bed3492428ae3a0c8c7404 (patch) | |
tree | 510681690c0c3c5e2504739453873c7ed701c658 /indra/llaudio/llvorbisencode.h | |
parent | 1aee2f0d4d16548660df4995aaf3c349304962af (diff) | |
parent | a7143a9998f2a69d323d384558e078b05e9a73a2 (diff) |
Automated merge up from viewer-development
Diffstat (limited to 'indra/llaudio/llvorbisencode.h')
-rw-r--r-- | indra/llaudio/llvorbisencode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llaudio/llvorbisencode.h b/indra/llaudio/llvorbisencode.h index d33aacf1ea..6b22a2cb59 100644 --- a/indra/llaudio/llvorbisencode.h +++ b/indra/llaudio/llvorbisencode.h @@ -38,6 +38,7 @@ const S32 LLVORBISENC_MULTICHANNEL_ERR = 7; // can't do stereo const S32 LLVORBISENC_UNSUPPORTED_SAMPLE_RATE = 8; // unsupported sample rate const S32 LLVORBISENC_UNSUPPORTED_WORD_SIZE = 9; // unsupported word size const S32 LLVORBISENC_CLIP_TOO_LONG = 10; // source file is too long +const S32 LLVORBISENC_CHUNK_SIZE_ERR = 11; // chunk size is wrong const F32 LLVORBIS_CLIP_MAX_TIME = 10.0f; const U8 LLVORBIS_CLIP_MAX_CHANNELS = 2; |