blob: 44da9d310731f9ef46697eff12b40dd7e41571ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$FreeBSD: ports/audio/libvorbis/files/patch-lib_backends.h,v 1.1 2009/11/24 21:32:39 naddy Exp $
--- lib/backends.h.orig 2009-11-24 21:46:47.000000000 +0100
+++ lib/backends.h 2009-11-24 21:46:47.000000000 +0100
@@ -109,6 +109,7 @@ typedef struct vorbis_info_residue0{
/* first stage (lossless partitioning) */
int grouping; /* group n vectors per partition */
int partitions; /* possible codebooks for a partition */
+ int partvals; /* partitions ^ groupbook dim */
int groupbook; /* huffbook for partitioning */
int secondstages[64]; /* expanded out to pointers in lookup */
int booklist[512]; /* list of second stage books */
|