diff options
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/param.c | 4 |
1 files changed, 0 insertions, 4 deletions
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; |