Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
9cb3a134
Commit
9cb3a134
authored
Jul 07, 2015
by
Debargha Mukherjee
Committed by
Gerrit Code Review
Jul 07, 2015
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Adds macros for new encoder controls"
parents
02b3b052
e8a3abe4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
vpx/vp8cx.h
vpx/vp8cx.h
+2
-0
No files found.
vpx/vp8cx.h
View file @
9cb3a134
...
...
@@ -733,8 +733,10 @@ 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
)
#define VPX_CTRL_VP9E_SET_MIN_GF_INTERVAL
VPX_CTRL_USE_TYPE
(
VP9E_SET_MAX_GF_INTERVAL
,
unsigned
int
)
#define VPX_CTRL_VP9E_SET_MAX_GF_INTERVAL
VPX_CTRL_USE_TYPE
(
VP9E_GET_ACTIVEMAP
,
vpx_active_map_t
*
)
/*! @} - end defgroup vp8_encoder */
...
...
Write
Preview
Markdown
is supported
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