From 2a7b0186cd7f991f408c1d6550b131dd19ac105e Mon Sep 17 00:00:00 2001 From: Monty Date: Tue, 14 Nov 2000 00:07:57 +0000 Subject: [PATCH] Accidentally committed two test books. svn path=/trunk/vorbis/; revision=1055 --- lib/modes/mode_A.h | 4 ++-- lib/modes/mode_D.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/modes/mode_A.h b/lib/modes/mode_A.h index e01c825..1b08c1e 100644 --- a/lib/modes/mode_A.h +++ b/lib/modes/mode_A.h @@ -12,7 +12,7 @@ ******************************************************************** function: predefined encoding modes - last mod: $Id: mode_A.h,v 1.4 2000/11/14 00:05:35 xiphmont Exp $ + last mod: $Id: mode_A.h,v 1.5 2000/11/14 00:07:57 xiphmont Exp $ ********************************************************************/ @@ -129,7 +129,7 @@ static vorbis_info_psy _psy_set_A={ /* with GNUisms, this could be short and readable. Oh well */ static vorbis_info_time0 _time_set0A={0}; -static vorbis_info_floor0 _floor_set0A={30, 44100, 256, 12,150, 1, {1} }; +static vorbis_info_floor0 _floor_set0A={12, 44100, 64, 12,150, 1, {0} }; static vorbis_info_floor0 _floor_set1A={30, 44100, 256, 12,150, 1, {1} }; static vorbis_info_residue0 _residue_set0A={0,128, 32,6,2, {0,1,1,1,1,1}, diff --git a/lib/modes/mode_D.h b/lib/modes/mode_D.h index 0f08d25..774e8ea 100644 --- a/lib/modes/mode_D.h +++ b/lib/modes/mode_D.h @@ -12,7 +12,7 @@ ******************************************************************** function: predefined encoding modes - last mod: $Id: mode_D.h,v 1.4 2000/11/14 00:05:35 xiphmont Exp $ + last mod: $Id: mode_D.h,v 1.5 2000/11/14 00:07:57 xiphmont Exp $ ********************************************************************/ @@ -107,7 +107,7 @@ static vorbis_info_psy _psy_set_256 ={ /* with GNUisms, this could be short and readable. Oh well */ static vorbis_info_time0 _time_set0_256={0}; -static vorbis_info_floor0 _floor_set0_256={30, 44100, 256, 12,150, 1, {1} }; +static vorbis_info_floor0 _floor_set0_256={12, 44100, 64, 12,150, 1, {0} }; static vorbis_info_floor0 _floor_set1_256={30, 44100, 256, 12,150, 1, {1} }; static vorbis_info_residue0 _residue_set0_256={0,128, 32,6,2, {0,1,1,1,1,1}, @@ -172,7 +172,7 @@ codec_setup_info info_D={ /* psy */ {&_psy_set_256}, /* thresh sample period, preecho clamp trigger threshhold, range, minenergy */ - 256, 0, 6, -96. + 256, 24, 6, -96. }; #define PREDEF_INFO_MAX 0 -- 2.7.4