This commit adds configuration options to libvpxenc.c that can be used to
tune the sharpness parameter for VP8 and VP9.
Signed-off-by: Rene Claus <rclaus@google.com>
Signed-off-by: James Zern <jzern@google.com>
{"rc_lookahead","Number of frames to look ahead for alternate reference frame selection",offsetof(VPxContext,lag_in_frames),AV_OPT_TYPE_INT,{.i64=25},0,25,VE}, \
{"sharpness","Increase sharpness at the expense of lower PSNR",offsetof(VPxContext,sharpness),AV_OPT_TYPE_INT,{.i64=-1},-1,7,VE},