shithub: libvpx

Download patch

ref: aa465f2486fa24df1257b189b9de546be883834b
parent: d8c3021d0b3b3c9389d5dd1d2e5abe12cd336fb0
parent: 24614dd9cb1ec6d5c946909ff17adf53d6aa2e54
author: Jerome Jiang <jianj@google.com>
date: Tue Jan 15 19:16:15 EST 2019

Merge "vp9: fix definition for VP9E_SET_POSTENCODE_DROP"

--- a/vpx/vp8cx.h
+++ b/vpx/vp8cx.h
@@ -1015,6 +1015,9 @@
                   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