mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
avcodec/libvpxenc: Update the "cpu-used" options default to match the "speed" alias
Reviewed-by: James Zern <jzern@google.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
37cf695af0
commit
5265e3e40f
@ -754,7 +754,7 @@ static int vp8_encode(AVCodecContext *avctx, AVPacket *pkt,
|
||||
#endif
|
||||
|
||||
#define COMMON_OPTIONS \
|
||||
{ "cpu-used", "Quality/Speed ratio modifier", OFFSET(cpu_used), AV_OPT_TYPE_INT, {.i64 = INT_MIN}, INT_MIN, INT_MAX, VE}, \
|
||||
{ "cpu-used", "Quality/Speed ratio modifier", OFFSET(cpu_used), AV_OPT_TYPE_INT, {.i64 = 1}, INT_MIN, INT_MAX, VE}, \
|
||||
{ "auto-alt-ref", "Enable use of alternate reference " \
|
||||
"frames (2-pass only)", OFFSET(auto_alt_ref), AV_OPT_TYPE_INT, {.i64 = -1}, -1, 1, VE}, \
|
||||
{ "lag-in-frames", "Number of frames to look ahead for " \
|
||||
|
Loading…
Reference in New Issue
Block a user