]> granicus.if.org Git - libvpx/commitdiff
vp9: fix definition for VP9E_SET_POSTENCODE_DROP
authorJerome Jiang <jianj@google.com>
Tue, 15 Jan 2019 23:02:39 +0000 (15:02 -0800)
committerJerome Jiang <jianj@google.com>
Tue, 15 Jan 2019 23:02:39 +0000 (15:02 -0800)
Change-Id: I667be78eb7c41154bf44c242992f622f12c31b80

vpx/vp8cx.h

index 8d38c981af5e052c1a4fc832587f1099603befad..b2d57dceb47e3784e6511408b6785208ad061519 100644 (file)
@@ -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