summaryrefslogtreecommitdiff
path: root/vpx/vp8cx.h
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2015-07-20 10:33:48 -0700
committerYaowu Xu <yaowu@google.com>2015-07-22 15:54:56 -0700
commit130c0ec71adea8b29683a090203d6b864da2ea98 (patch)
tree2e0e69fc97de773bed129a2383facb2e5fbaf897 /vpx/vp8cx.h
parent345ff1a2f224db82d6f2e2bea638bb48aebf1530 (diff)
downloadlibvpx-130c0ec71adea8b29683a090203d6b864da2ea98.tar
libvpx-130c0ec71adea8b29683a090203d6b864da2ea98.tar.gz
libvpx-130c0ec71adea8b29683a090203d6b864da2ea98.tar.bz2
libvpx-130c0ec71adea8b29683a090203d6b864da2ea98.zip
Added TODOs for two unused #defines
Change-Id: I70407e9350147d6585667f157d9cfe78c6251d26
Diffstat (limited to 'vpx/vp8cx.h')
-rw-r--r--vpx/vp8cx.h10
1 files changed, 10 insertions, 0 deletions
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 *)