diff options
author | John Stebbins <[email protected]> | 2015-10-05 08:53:19 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2015-10-09 13:36:59 -0700 |
commit | 305d591def7d9bb32f3dd3020c511970f3363960 (patch) | |
tree | 555cdc269479feca0d816ea7d7e27d6e23eeae8e /libhb/param.c | |
parent | 7f1f6dc4ff37e1dbc194f2ffec3c706f43131292 (diff) |
Make deinterlace/decomb behave similar to nlmeans/hqdn3d
I.e. use a dropdown to select between the filters instead of a radio
button.
Diffstat (limited to 'libhb/param.c')
-rw-r--r-- | libhb/param.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libhb/param.c b/libhb/param.c index 494badf39..723943ba8 100644 --- a/libhb/param.c +++ b/libhb/param.c @@ -57,7 +57,6 @@ static hb_filter_param_t detelecine_presets[] = static hb_filter_param_t decomb_presets[] = { - { 0, "Off", "off", hb_filter_off }, { 1, "Custom", "custom", NULL }, { 2, "Default", "default", "" }, { 3, "Fast", "fast", "7:2:6:9:1:80" }, @@ -67,7 +66,6 @@ static hb_filter_param_t decomb_presets[] = static hb_filter_param_t deinterlace_presets[] = { - { 0, "Off", "off", hb_filter_off }, { 1, "Custom", "custom", NULL }, { 2, "Fast", "fast", "0:-1:-1:0:1" }, { 3, "Slow", "slow", "1:-1:-1:0:1" }, |