diff options
author | Bradley Sepos <[email protected]> | 2018-12-25 21:08:50 -0500 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-12-25 21:08:50 -0500 |
commit | 9508b5483739301dad112fd074b44362e0b34d2b (patch) | |
tree | 298d1317e86d25591800f4182f34a3a13c7d68e6 /libhb | |
parent | a482041565c5ce3f6756b50062a3226505589e45 (diff) |
libhb: Remove duplicate lines added to param.c in 822ce4df33f7550078688f86a68460bdfb4d2c90.
#1754.
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; |