diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/codecs/libtremor/backends.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libtremor/backends.h b/apps/codecs/libtremor/backends.h index 0f85c8e..4b893bf 100644 --- a/apps/codecs/libtremor/backends.h +++ b/apps/codecs/libtremor/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 *****************************************/ |