From eedda5f9249de8446d8406d4c30d6a1b211552d1 Mon Sep 17 00:00:00 2001 From: Vignesh Venkatasubramanian Date: Tue, 16 Jan 2018 15:42:43 -0800 Subject: [PATCH] vp8dx.h: Add macro for skipping loop filter 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 (cherry picked from commit 373e08f921e5bfd5a96963fabbbbe16ec793d44e) --- vpx/vp8dx.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vpx/vp8dx.h b/vpx/vp8dx.h index 41c53e4..398c670 100644 --- a/vpx/vp8dx.h +++ b/vpx/vp8dx.h @@ -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 */ -- 2.7.4