summaryrefslogtreecommitdiff
path: root/vp10/common/entropymode.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp10/common/entropymode.h')
-rw-r--r--vp10/common/entropymode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp10/common/entropymode.h b/vp10/common/entropymode.h
index 0e6a01808..c9b667ba4 100644
--- a/vp10/common/entropymode.h
+++ b/vp10/common/entropymode.h
@@ -76,6 +76,7 @@ typedef struct frame_contexts {
} FRAME_CONTEXT;
typedef struct FRAME_COUNTS {
+ unsigned int kf_y_mode[INTRA_MODES][INTRA_MODES][INTRA_MODES];
unsigned int y_mode[BLOCK_SIZE_GROUPS][INTRA_MODES];
unsigned int uv_mode[INTRA_MODES][INTRA_MODES];
unsigned int partition[PARTITION_CONTEXTS][PARTITION_TYPES];