diff options
author | Jean-Michel Trivi <jmtrivi@google.com> | 2018-09-06 23:02:17 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2018-09-06 23:02:17 +0000 |
commit | 42f714f2ab2bc90ee320ef5f071a078179a59405 (patch) | |
tree | 630a5e3b45019785d952869e743e4f681d2278f4 /libAACdec/src/rvlc_info.h | |
parent | 4d801e44baece3ce866fd31538f8569d148bd372 (diff) | |
parent | 15292f7e9620caf9e8df26a62efc2a2891ea822e (diff) | |
download | fdk-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.h | 1 |
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 |