diff options
Diffstat (limited to 'media/libaom/src/aom_dsp/entdec.h')
-rw-r--r-- | media/libaom/src/aom_dsp/entdec.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/media/libaom/src/aom_dsp/entdec.h b/media/libaom/src/aom_dsp/entdec.h index 283bf18315..c746167775 100644 --- a/media/libaom/src/aom_dsp/entdec.h +++ b/media/libaom/src/aom_dsp/entdec.h @@ -34,7 +34,7 @@ struct od_ec_dec { const unsigned char *buf; /*An offset used to keep track of tell after reaching the end of the stream. This is constant throughout most of the decoding process, but becomes - important once we hit the end of the buffer and stop incrementing pointers + important once we hit the end of the buffer and stop incrementing bptr (and instead pretend cnt has lots of bits).*/ int32_t tell_offs; /*The end of the current input buffer.*/ @@ -53,8 +53,6 @@ struct od_ec_dec { uint16_t rng; /*The number of bits of data in the current value.*/ int16_t cnt; - /*Nonzero if an error occurred.*/ - int error; }; /*See entdec.c for further documentation.*/ |