summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Jiang <jianj@google.com>2019-01-15 15:02:39 -0800
committerJohann Koenig <johannkoenig@google.com>2019-01-16 05:20:56 +0000
commit858fe955ae5a42a0006c974b0837df18b246986f (patch)
treef7e062638175bed20cd3fc00bba84f6a5a6f87ad
parentfa5083e8e21fe6aa85670a1406d4d41660a031dd (diff)
downloadlibvpx-858fe955ae5a42a0006c974b0837df18b246986f.tar
libvpx-858fe955ae5a42a0006c974b0837df18b246986f.tar.gz
libvpx-858fe955ae5a42a0006c974b0837df18b246986f.tar.bz2
libvpx-858fe955ae5a42a0006c974b0837df18b246986f.zip
vp9: fix definition for VP9E_SET_POSTENCODE_DROP
(cherry picked from commit 24614dd9cb1ec6d5c946909ff17adf53d6aa2e54) Change-Id: Ie763cf801107639ad11ad625408670d8d70b7628
-rw-r--r--vpx/vp8cx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vpx/vp8cx.h b/vpx/vp8cx.h
index 8d38c981a..b2d57dceb 100644
--- a/vpx/vp8cx.h
+++ b/vpx/vp8cx.h
@@ -1015,6 +1015,9 @@ VPX_CTRL_USE_TYPE(VP9E_SET_SVC_SPATIAL_LAYER_SYNC,
vpx_svc_spatial_layer_sync_t *)
#define VPX_CTRL_VP9E_SET_SVC_SPATIAL_LAYER_SYNC
+VPX_CTRL_USE_TYPE(VP9E_SET_POSTENCODE_DROP, unsigned int)
+#define VPX_CTRL_VP9E_SET_POSTENCODE_DROP
+
/*!\endcond */
/*! @} - end defgroup vp8_encoder */
#ifdef __cplusplus