From 9508b5483739301dad112fd074b44362e0b34d2b Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Tue, 25 Dec 2018 21:08:50 -0500 Subject: libhb: Remove duplicate lines added to param.c in 822ce4df33f7550078688f86a68460bdfb4d2c90. #1754. --- libhb/param.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libhb') 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; -- cgit v1.2.3