shithub: libvpx

Download patch

ref: 91442e1626195f269068447a4d5146ecd487a950
parent: 92b45e5d4ee4b9ba3040d2d04058c59874f627ff
parent: 5e32036b97f8a154acf708a9fecdc19886e60c0e
author: Jingning Han <[email protected]>
date: Tue Oct 7 09:42:17 EDT 2014

Merge "Reduce the scope of the header file used in vp9_context_tree.h"

--- a/vp9/encoder/vp9_context_tree.h
+++ b/vp9/encoder/vp9_context_tree.h
@@ -11,7 +11,7 @@
 #ifndef VP9_ENCODER_VP9_CONTEXT_TREE_H_
 #define VP9_ENCODER_VP9_CONTEXT_TREE_H_
 
-#include "vp9/common/vp9_onyxc_int.h"
+#include "vp9/common/vp9_entropymode.h"
 
 struct VP9_COMP;