From 130c0ec71adea8b29683a090203d6b864da2ea98 Mon Sep 17 00:00:00 2001 From: Yaowu Xu Date: Mon, 20 Jul 2015 10:33:48 -0700 Subject: Added TODOs for two unused #defines Change-Id: I70407e9350147d6585667f157d9cfe78c6251d26 --- vpx/vp8cx.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'vpx/vp8cx.h') diff --git a/vpx/vp8cx.h b/vpx/vp8cx.h index 013c67aa9..0c6846bad 100644 --- a/vpx/vp8cx.h +++ b/vpx/vp8cx.h @@ -733,9 +733,19 @@ VPX_CTRL_USE_TYPE(VP9E_SET_TUNE_CONTENT, int) /* vp9e_tune_content */ VPX_CTRL_USE_TYPE(VP9E_SET_COLOR_SPACE, int) VPX_CTRL_USE_TYPE(VP9E_SET_MIN_GF_INTERVAL, unsigned int) + +/*!\brief + * + * TODO(debargha) : add support of the control in ffmpeg + */ #define VPX_CTRL_VP9E_SET_MIN_GF_INTERVAL + VPX_CTRL_USE_TYPE(VP9E_SET_MAX_GF_INTERVAL, unsigned int) +/*!\brief + * + * TODO(debargha) : add support of the control in ffmpeg + */ #define VPX_CTRL_VP9E_SET_MAX_GF_INTERVAL VPX_CTRL_USE_TYPE(VP9E_GET_ACTIVEMAP, vpx_active_map_t *) -- cgit v1.2.3