Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
x264
Commits
32695340
Commit
32695340
authored
Jan 14, 2013
by
Fiona Glaser
Browse files
x264.h: improve x264_encoder_reconfig documentation
parent
6a82e493
Changes
1
Hide whitespace changes
Inline
Side-by-side
x264.h
View file @
32695340
...
...
@@ -834,7 +834,13 @@ x264_t *x264_encoder_open( x264_param_t * );
* due to delay, this may not be the next frame passed to encoder_encode.
* if the change should apply to some particular frame, use x264_picture_t->param instead.
* returns 0 on success, negative on parameter validation error.
* not all parameters can be changed; see the actual function for a detailed breakdown. */
* not all parameters can be changed; see the actual function for a detailed breakdown.
*
* since not all parameters can be changed, moving from preset to preset may not always
* fully copy all relevant parameters, but should still work usably in practice. however,
* more so than for other presets, many of the speed shortcuts used in ultrafast cannot be
* switched out of; using reconfig to switch between ultrafast and other presets is not
* recommended without a more fine-grained breakdown of parameters to take this into account. */
int
x264_encoder_reconfig
(
x264_t
*
,
x264_param_t
*
);
/* x264_encoder_parameters:
* copies the current internal set of parameters to the pointer provided
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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