summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backends.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends.h b/backends.h
index 5bb2d91..5202421 100644
--- a/backends.h
+++ b/backends.h
@@ -95,7 +95,7 @@ typedef struct vorbis_info_residue0{
int partvals; /* partitions ^ groupbook dim */
int groupbook; /* huffbook for partitioning */
int secondstages[64]; /* expanded out to pointers in lookup */
- int booklist[256]; /* list of second stage books */
+ int booklist[512]; /* list of second stage books */
} vorbis_info_residue0;
/* Mapping backend generic *****************************************/