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
963b9b88
Commit
963b9b88
authored
Jul 23, 2015
by
Yaowu Xu
Committed by
Gerrit Code Review
Jul 23, 2015
Browse files
Merge "Added TODOs for two unused #defines"
parents
f0f00251
130c0ec7
Changes
1
Hide whitespace changes
Inline
Side-by-side
vpx/vp8cx.h
View file @
963b9b88
...
...
@@ -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