summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2000-02-16 22:34:03 +0000
committerMonty <xiphmont@xiph.org>2000-02-16 22:34:03 +0000
commitc969d57e9dffddfdfb2c7c8bb3352db6b9396781 (patch)
tree33b79c2890a65fd0738167c3aa7d8e84a6942198
parent199022815ab4ba696b5cdb2b0844eb77125f481f (diff)
downloadlibvorbis-git-c969d57e9dffddfdfb2c7c8bb3352db6b9396781.tar.gz
"Commit a valid compression mode, dumbass"
Monty svn path=/trunk/vorbis/; revision=262
-rw-r--r--include/vorbis/modes.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/vorbis/modes.h b/include/vorbis/modes.h
index b213666f..fd4dec3c 100644
--- a/include/vorbis/modes.h
+++ b/include/vorbis/modes.h
@@ -12,7 +12,7 @@
********************************************************************
function: predefined encoding modes
- last mod: $Id: modes.h,v 1.6 2000/02/12 08:33:03 xiphmont Exp $
+ last mod: $Id: modes.h,v 1.7 2000/02/16 22:34:03 xiphmont Exp $
********************************************************************/
@@ -37,17 +37,17 @@
/* a good set of rolloffs for nigh-transparent masking */
static vorbis_info_psy _psy_set0={
- { -10, -10, -10, -10, -10, -10, -10, -10, -10, -10,
- -12, -14, -16, -16, -16, -16, -18, -18, -16, -16,
- -12, -10, -8, -6, -6, -6, -4}, 24,10
+ { -20, -20, -14, -14, -14, -14, -14, -14, -14, -14,
+ -14, -14, -16, -16, -16, -16, -18, -18, -16, -16,
+ -12, -10, -6, -3, -2, -1, -0}, 16,8
};
/* with GNUisms, this could be short and readable. Oh well */
static vorbis_info_time0 _time_set0={0};
static vorbis_info_floor0 _floor_set0={20, 44100, 64, 12,140, 1, {0} };
static vorbis_info_floor0 _floor_set1={32, 44100, 256, 12,140, 1, {1} };
-static vorbis_info_residue0 _residue_set0={0, 128, 32,4,4,3,{0,1,1,1},{0,0,0}};
-static vorbis_info_residue0 _residue_set1={0,1024, 32,4,4,3,{0,1,1,1},{0,0,0}};
+static vorbis_info_residue0 _residue_set0={0, 128, 32,4,4,0,{0,1,1,1},{0,0,0}};
+static vorbis_info_residue0 _residue_set1={0,1024, 32,4,4,0,{0,1,1,1},{0,0,0}};
static vorbis_info_mapping0 _mapping_set0={1, {0,0}, {0}, {0}, {0}, {0}};
static vorbis_info_mapping0 _mapping_set1={1, {0,0}, {0}, {1}, {1}, {0}};
static vorbis_info_mode _mode_set0={0,0,0,0};