13 lines
672 B
Diff
13 lines
672 B
Diff
diff -up libvorbis-1.2.3/lib/backends.h.r16326 libvorbis-1.2.3/lib/backends.h
|
|
--- libvorbis-1.2.3/lib/backends.h.r16326 2009-07-09 11:12:08.000000000 +0200
|
|
+++ libvorbis-1.2.3/lib/backends.h 2009-11-02 14:55:42.000000000 +0100
|
|
@@ -111,7 +111,7 @@ typedef struct vorbis_info_residue0{
|
|
int partitions; /* possible codebooks for a partition */
|
|
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 */
|
|
|
|
const float classmetric1[64];
|
|
const float classmetric2[64];
|