summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vpx/vp8cx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vpx/vp8cx.h b/vpx/vp8cx.h
index bdbb1b2fb..013c67aa9 100644
--- a/vpx/vp8cx.h
+++ b/vpx/vp8cx.h
@@ -733,8 +733,10 @@ VPX_CTRL_USE_TYPE(VP9E_SET_TUNE_CONTENT, int) /* vp9e_tune_content */
VPX_CTRL_USE_TYPE(VP9E_SET_COLOR_SPACE, int)
VPX_CTRL_USE_TYPE(VP9E_SET_MIN_GF_INTERVAL, unsigned int)
+#define VPX_CTRL_VP9E_SET_MIN_GF_INTERVAL
VPX_CTRL_USE_TYPE(VP9E_SET_MAX_GF_INTERVAL, unsigned int)
+#define VPX_CTRL_VP9E_SET_MAX_GF_INTERVAL
VPX_CTRL_USE_TYPE(VP9E_GET_ACTIVEMAP, vpx_active_map_t *)
/*! @} - end defgroup vp8_encoder */