summaryrefslogtreecommitdiff
path: root/vpx
diff options
context:
space:
mode:
authorJerome Jiang <jianj@google.com>2019-01-15 15:02:39 -0800
committerJerome Jiang <jianj@google.com>2019-01-15 15:02:39 -0800
commit24614dd9cb1ec6d5c946909ff17adf53d6aa2e54 (patch)
tree78f5f3a9b56932fab6423ae0fa70cf6b98d76dab /vpx
parentc182725cbc9e1e4892784a24c32b1bed80047b0c (diff)
downloadlibvpx-24614dd9cb1ec6d5c946909ff17adf53d6aa2e54.tar
libvpx-24614dd9cb1ec6d5c946909ff17adf53d6aa2e54.tar.gz
libvpx-24614dd9cb1ec6d5c946909ff17adf53d6aa2e54.tar.bz2
libvpx-24614dd9cb1ec6d5c946909ff17adf53d6aa2e54.zip
vp9: fix definition for VP9E_SET_POSTENCODE_DROP
Change-Id: I667be78eb7c41154bf44c242992f622f12c31b80
Diffstat (limited to 'vpx')
-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