]> granicus.if.org Git - libvpx/commitdiff
vp8dx.h: Add macro for skipping loop filter
authorVignesh Venkatasubramanian <vigneshv@google.com>
Tue, 16 Jan 2018 23:42:43 +0000 (15:42 -0800)
committerVignesh Venkatasubramanian <vigneshv@google.com>
Tue, 16 Jan 2018 23:42:43 +0000 (15:42 -0800)
Without this applications cannot use the vpx_codec_control macro
for VP9_SET_SKIP_LOOP_FILTER. The tests only cover the underscored
version vpx_codec_control_().

Change-Id: I3e6c1888307b76636fdc1a8deae70b5c14238163

vpx/vp8dx.h

index 41c53e48d6d8d7c86230af57447423dacf0aa8ba..398c670220911f39e70f99d24999b967cdcfe61f 100644 (file)
@@ -179,6 +179,8 @@ VPX_CTRL_USE_TYPE(VP9_INVERT_TILE_DECODE_ORDER, int)
 #define VPX_CTRL_VP9_INVERT_TILE_DECODE_ORDER
 #define VPX_CTRL_VP9_DECODE_SVC_SPATIAL_LAYER
 VPX_CTRL_USE_TYPE(VP9_DECODE_SVC_SPATIAL_LAYER, int)
+#define VPX_CTRL_VP9_SET_SKIP_LOOP_FILTER
+VPX_CTRL_USE_TYPE(VP9_SET_SKIP_LOOP_FILTER, int)
 
 /*!\endcond */
 /*! @} - end defgroup vp8_decoder */