Skip to content
Snippets Groups Projects
Commit 97c2c3b0 authored by Andrey Lihatskiy's avatar Andrey Lihatskiy
Browse files

Merged in default (pull request #844)

couple trivial changes

Approved-by: Andrey Kleshchev
parents 9ac10904 09dc92b2
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ const S32 LLVORBISENC_UNSUPPORTED_WORD_SIZE = 9; // unsupported word size ...@@ -40,7 +40,7 @@ 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_CLIP_TOO_LONG = 10; // source file is too long
const S32 LLVORBISENC_CHUNK_SIZE_ERR = 11; // chunk size is wrong const S32 LLVORBISENC_CHUNK_SIZE_ERR = 11; // chunk size is wrong
const F32 LLVORBIS_CLIP_MAX_TIME = 10.0f; const F32 LLVORBIS_CLIP_MAX_TIME = 30.0f;
const U8 LLVORBIS_CLIP_MAX_CHANNELS = 2; const U8 LLVORBIS_CLIP_MAX_CHANNELS = 2;
const U32 LLVORBIS_CLIP_SAMPLE_RATE = 44100; const U32 LLVORBIS_CLIP_SAMPLE_RATE = 44100;
const U32 LLVORBIS_CLIP_MAX_SAMPLES_PER_CHANNEL = (U32)(LLVORBIS_CLIP_MAX_TIME * LLVORBIS_CLIP_SAMPLE_RATE); const U32 LLVORBIS_CLIP_MAX_SAMPLES_PER_CHANNEL = (U32)(LLVORBIS_CLIP_MAX_TIME * LLVORBIS_CLIP_SAMPLE_RATE);
......
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
name="Land__Encroachment__Objects_textures" name="Land__Encroachment__Objects_textures"
value="63" /> value="63" />
<combo_box.item <combo_box.item
label="Gaming Policy Violation" label="Skill Gaming Policy Violation"
name="Wagering_gambling" name="Wagering_gambling"
value="67" /> value="67" />
</combo_box> </combo_box>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment