The user-provided value is overwritten in ff_mpv_encode_init()
without having ever been read.
(This has been broken when making these options mpegvideo-specific
in commits 910247f172 and
cf7d2f2d21. No one has ever complained,
so this commit removes these fields.)
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
{"sad","Sum of absolute differences, fast",0,AV_OPT_TYPE_CONST,{.i64=FF_CMP_SAD},INT_MIN,INT_MAX,FF_MPV_OPT_FLAGS,"cmp_func"}, \
{"sse","Sum of squared errors",0,AV_OPT_TYPE_CONST,{.i64=FF_CMP_SSE},INT_MIN,INT_MAX,FF_MPV_OPT_FLAGS,"cmp_func"}, \
@ -94,8 +92,6 @@ FF_MPV_OPT_CMP_FUNC, \
{"border_mask","increase the quantizer for macroblocks close to borders",FF_MPV_OFFSET(border_masking),AV_OPT_TYPE_FLOAT,{.dbl=0},-FLT_MAX,FLT_MAX,FF_MPV_OPT_FLAGS}, \