From: divverent Date: Thu, 19 Feb 2009 14:48:34 +0000 (+0000) Subject: change vorbis default quality to 3 (before: 1), matches oggenc X-Git-Tag: xonotic-v0.1.0preview~1849 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=08f03c59df842af93cbf6b35db69515cfbbd24cc;p=xonotic%2Fdarkplaces.git change vorbis default quality to 3 (before: 1), matches oggenc git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8746 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cap_ogg.c b/cap_ogg.c index 081c4f0a..f9e0ab4e 100644 --- a/cap_ogg.c +++ b/cap_ogg.c @@ -16,7 +16,7 @@ static cvar_t cl_capturevideo_ogg_theora_keyframe_mininterval = {CVAR_SAVE, "cl_ static cvar_t cl_capturevideo_ogg_theora_keyframe_auto_threshold = {CVAR_SAVE, "cl_capturevideo_ogg_theora_keyframe_auto_threshold", "80", "threshold for key frame decision (0 to 100)"}; static cvar_t cl_capturevideo_ogg_theora_noise_sensitivity = {CVAR_SAVE, "cl_capturevideo_ogg_theora_noise_sensitivity", "1", "video noise sensitivity (0 to 6); lower is better"}; static cvar_t cl_capturevideo_ogg_theora_sharpness = {CVAR_SAVE, "cl_capturevideo_ogg_theora_sharpness", "0", "sharpness (0 to 2); lower is sharper"}; -static cvar_t cl_capturevideo_ogg_vorbis_quality = {CVAR_SAVE, "cl_capturevideo_ogg_vorbis_quality", "1", "audio quality (-1 to 10); higher is better"}; +static cvar_t cl_capturevideo_ogg_vorbis_quality = {CVAR_SAVE, "cl_capturevideo_ogg_vorbis_quality", "3", "audio quality (-1 to 10); higher is better"}; // ogg.h stuff #ifdef _MSC_VER