summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_onyxc_int.h
diff options
context:
space:
mode:
authorJim Bankoski <jimbankoski@google.com>2013-09-04 10:02:08 -0700
committerJim Bankoski <jimbankoski@google.com>2013-09-04 10:02:08 -0700
commit79401542f7e781d4eea0c8dc8f486db8a17f17f4 (patch)
tree3eac366649fc38c91d6c7808f688c016c7983318 /vp9/common/vp9_onyxc_int.h
parent2b9baca4f00a417eef615aedcaec1e6befdbeb1c (diff)
downloadlibvpx-79401542f7e781d4eea0c8dc8f486db8a17f17f4.tar
libvpx-79401542f7e781d4eea0c8dc8f486db8a17f17f4.tar.gz
libvpx-79401542f7e781d4eea0c8dc8f486db8a17f17f4.tar.bz2
libvpx-79401542f7e781d4eea0c8dc8f486db8a17f17f4.zip
make vp9 postproc a config option
Vp9 postproc is disabled for now as its not been shown to help and may be merged with vp8. Change-Id: I25620d6cd34c6e10331b18c7b5ef7482e39c6057
Diffstat (limited to 'vp9/common/vp9_onyxc_int.h')
-rw-r--r--vp9/common/vp9_onyxc_int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp9/common/vp9_onyxc_int.h b/vp9/common/vp9_onyxc_int.h
index a669cc5e7..f0bc063f2 100644
--- a/vp9/common/vp9_onyxc_int.h
+++ b/vp9/common/vp9_onyxc_int.h
@@ -20,7 +20,7 @@
#include "vp9/common/vp9_entropymode.h"
#include "vp9/common/vp9_quant_common.h"
-#if CONFIG_POSTPROC
+#if CONFIG_VP9_POSTPROC
#include "vp9/common/vp9_postproc.h"
#endif
@@ -201,7 +201,7 @@ typedef struct VP9Common {
unsigned int current_video_frame;
int version;
-#if CONFIG_POSTPROC
+#if CONFIG_VP9_POSTPROC
struct postproc_state postproc_state;
#endif