Skip to content
Snippets Groups Projects
Commit 0ac9f33a authored by Vittorio Giovara's avatar Vittorio Giovara
Browse files

lavc: Move frame_skip_* to codec private options


These options are only used by mpegvideoenc and vpx.
They are very codec-specific options, so deprecate the global variants.

Add an allowed value to the private options for frame_skip_cmp which
seems to have been forgotten, but perfectly working.

The libvpx frame dropping feature uses one of such option
(frame_skip_threshold) without the other three. For this reason rename
the option to something more consistent with the other libvpx variables.

Signed-off-by: default avatarVittorio Giovara <vittorio.giovara@gmail.com>
parent 84c4714f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment