diff options
Diffstat (limited to 'third_party/aom/aom_dsp/buf_ans.h')
-rw-r--r-- | third_party/aom/aom_dsp/buf_ans.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/aom/aom_dsp/buf_ans.h b/third_party/aom/aom_dsp/buf_ans.h index f84ff3aed..cf7df1dbf 100644 --- a/third_party/aom/aom_dsp/buf_ans.h +++ b/third_party/aom/aom_dsp/buf_ans.h @@ -16,7 +16,8 @@ // backwards due to ANS's stack like behavior. #include <assert.h> -#include "./aom_config.h" +#include "config/aom_config.h" + #include "aom/aom_integer.h" #include "aom_dsp/ans.h" #include "aom_dsp/answriter.h" @@ -47,6 +48,7 @@ struct BufAnsCoder { int window_size; #endif int pos; // Dummy variable to store the output buffer after closing + uint8_t allow_update_cdf; }; // Allocate a buffered ANS coder to store size symbols. |