aboutsummaryrefslogtreecommitdiffstats
path: root/libAACdec/src/rvlc_info.h
diff options
context:
space:
mode:
authorJean-Michel Trivi <jmtrivi@google.com>2018-09-06 23:02:17 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-09-06 23:02:17 +0000
commit42f714f2ab2bc90ee320ef5f071a078179a59405 (patch)
tree630a5e3b45019785d952869e743e4f681d2278f4 /libAACdec/src/rvlc_info.h
parent4d801e44baece3ce866fd31538f8569d148bd372 (diff)
parent15292f7e9620caf9e8df26a62efc2a2891ea822e (diff)
downloadfdk-aac-42f714f2ab2bc90ee320ef5f071a078179a59405.tar.gz
fdk-aac-42f714f2ab2bc90ee320ef5f071a078179a59405.tar.bz2
fdk-aac-42f714f2ab2bc90ee320ef5f071a078179a59405.zip
Merge "Prevent bit buffer counter overflow." into pi-dev
Diffstat (limited to 'libAACdec/src/rvlc_info.h')
-rw-r--r--libAACdec/src/rvlc_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libAACdec/src/rvlc_info.h b/libAACdec/src/rvlc_info.h
index fc9c19d..e7b3b99 100644
--- a/libAACdec/src/rvlc_info.h
+++ b/libAACdec/src/rvlc_info.h
@@ -164,6 +164,7 @@ typedef struct {
UCHAR direction;
/* bitstream indices */
+ INT bsAnchor; /* hcr bit buffer reference index */
INT bitstreamIndexRvlFwd; /* base address of RVL-coded-scalefactor data (ESC
2) for forward decoding */
INT bitstreamIndexRvlBwd; /* base address of RVL-coded-scalefactor data (ESC