From: Bradley Sepos Date: Wed, 26 Dec 2018 02:08:50 +0000 (-0500) Subject: libhb: Remove duplicate lines added to param.c in 822ce4df33f7550078688f86a68460bdfb4... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9508b5483739301dad112fd074b44362e0b34d2b;p=handbrake libhb: Remove duplicate lines added to param.c in 822ce4df33f7550078688f86a68460bdfb4d2c90. #1754. --- diff --git a/libhb/param.c b/libhb/param.c index 55f9a9b20..96a94a642 100644 --- a/libhb/param.c +++ b/libhb/param.c @@ -804,10 +804,6 @@ static hb_dict_t * generate_lapsharp_settings(const char *preset, { strength[0] = strength[1] = 0.375; } - else if (!strcasecmp(preset, "stronger")) - { - strength[0] = strength[1] = 0.375; - } else if (!strcasecmp(preset, "verystrong")) { strength[0] = strength[1] = 0.75;