summaryrefslogtreecommitdiff
path: root/vp10/encoder/context_tree.h
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2015-08-13 14:55:28 -0700
committerYaowu Xu <yaowu@google.com>2015-08-13 15:00:19 -0700
commitafb6b4b8520d3a34294acb3c569fa8fc6ef472e5 (patch)
tree0028155f4979f57af8c8de56d351b3fcb3719581 /vp10/encoder/context_tree.h
parentcf9366e5041fcdcd4f7166fb1a49e58af501ac02 (diff)
downloadlibvpx-afb6b4b8520d3a34294acb3c569fa8fc6ef472e5.tar
libvpx-afb6b4b8520d3a34294acb3c569fa8fc6ef472e5.tar.gz
libvpx-afb6b4b8520d3a34294acb3c569fa8fc6ef472e5.tar.bz2
libvpx-afb6b4b8520d3a34294acb3c569fa8fc6ef472e5.zip
VP9Common -> VP10Common
Change-Id: Ifddc68a8ab020f35a266ffc74429363301fe7d9e
Diffstat (limited to 'vp10/encoder/context_tree.h')
-rw-r--r--vp10/encoder/context_tree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp10/encoder/context_tree.h b/vp10/encoder/context_tree.h
index 7e88e6323..9310d1fc3 100644
--- a/vp10/encoder/context_tree.h
+++ b/vp10/encoder/context_tree.h
@@ -15,7 +15,7 @@
#include "vp10/encoder/block.h"
struct VP10_COMP;
-struct VP9Common;
+struct VP10Common;
struct ThreadData;
// Structure to hold snapshot of coding context during the mode picking process
@@ -81,7 +81,7 @@ typedef struct PC_TREE {
};
} PC_TREE;
-void vp10_setup_pc_tree(struct VP9Common *cm, struct ThreadData *td);
+void vp10_setup_pc_tree(struct VP10Common *cm, struct ThreadData *td);
void vp10_free_pc_tree(struct ThreadData *td);
#endif /* VP10_ENCODER_CONTEXT_TREE_H_ */