From 959d3ad24142e232599631c228429eb12886c96f Mon Sep 17 00:00:00 2001 From: Monty Date: Fri, 19 Nov 1999 13:33:26 +0000 Subject: [PATCH] reenable short blocks in modes.h Monty svn path=/trunk/vorbis/; revision=174 --- lib/modes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modes.h b/lib/modes.h index c084be5..a08794b 100644 --- a/lib/modes.h +++ b/lib/modes.h @@ -37,7 +37,7 @@ vorbis_info predef_modes[]={ /* dummy, dummy, dummy, dummy */ 0, NULL, 0, NULL, /* smallblock, largeblock, LPC order (small, large) */ - {2048, 2048}, {16,16}, + {256, 2048}, {16,16}, /* spectral octaves (small, large), spectral channels */ {5,5}, 2, /* thresh sample period, preecho clamp trigger threshhold, range, dummy */ -- 2.7.4