shithub: libvpx

Download patch

ref: 5e32036b97f8a154acf708a9fecdc19886e60c0e
parent: 3f93f23120bebf3e4ef5af3109c3e04bbbd6f2f3
author: Jingning Han <[email protected]>
date: Tue Oct 7 07:01:05 EDT 2014

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

Change-Id: I264ee35044a5973c7725daba7af870968353a3c1

--- 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;