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:
Vittorio Giovara <vittorio.giovara@gmail.com>
Showing
- libavcodec/avcodec.h 10 additions, 20 deletionslibavcodec/avcodec.h
- libavcodec/libvpxenc.c 10 additions, 1 deletionlibavcodec/libvpxenc.c
- libavcodec/mpegvideo.h 27 additions, 0 deletionslibavcodec/mpegvideo.h
- libavcodec/mpegvideo_enc.c 18 additions, 5 deletionslibavcodec/mpegvideo_enc.c
- libavcodec/options_table.h 2 additions, 0 deletionslibavcodec/options_table.h
Loading
Please register or sign in to comment