Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Raphael Zumer
aom-rav1e
Commits
130c0ec7
Commit
130c0ec7
authored
Jul 20, 2015
by
Yaowu Xu
Browse files
Added TODOs for two unused #defines
Change-Id: I70407e9350147d6585667f157d9cfe78c6251d26
parent
345ff1a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
vpx/vp8cx.h
View file @
130c0ec7
...
...
@@ -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
*
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment