diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/llaudio/vorbisencode.h | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2 meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz |
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/llaudio/vorbisencode.h')
-rw-r--r-- | linden/indra/llaudio/vorbisencode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llaudio/vorbisencode.h b/linden/indra/llaudio/vorbisencode.h index 2dae529..6ad0819 100644 --- a/linden/indra/llaudio/vorbisencode.h +++ b/linden/indra/llaudio/vorbisencode.h | |||
@@ -45,8 +45,8 @@ const S32 LLVORBISENC_UNSUPPORTED_WORD_SIZE = 9; // unsupported word size | |||
45 | const S32 LLVORBISENC_CLIP_TOO_LONG = 10; // source file is too long | 45 | const S32 LLVORBISENC_CLIP_TOO_LONG = 10; // source file is too long |
46 | 46 | ||
47 | 47 | ||
48 | S32 check_for_invalid_wav_formats(const char *in_fname, char *error_msg); | 48 | S32 check_for_invalid_wav_formats(const std::string& in_fname, std::string& error_msg); |
49 | S32 encode_vorbis_file(const char *in_fname, const char *out_fname); | 49 | S32 encode_vorbis_file(const std::string& in_fname, const std::string& out_fname); |
50 | 50 | ||
51 | #endif | 51 | #endif |
52 | 52 | ||