From d59c364ab099ae10af134e270659a8644c0622b6 Mon Sep 17 00:00:00 2001
From: Tim Terriberry <tterribe@xiph.org>
Date: Thu, 14 Oct 2010 00:00:51 +0000
Subject: [PATCH] Also add the header change needed for the fix in r17520.

git-svn-id: https://svn.xiph.org/trunk/Tremor@17521 0101bb08-14d6-0310-b084-bc0e0c8e3800
---
 backends.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/backends.h b/backends.h
index 50c1c45..5bb2d91 100644
--- a/backends.h
+++ b/backends.h
@@ -92,6 +92,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[256];    /* list of second stage books */
-- 
GitLab