summaryrefslogtreecommitdiffstats
path: root/libhb/param.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/param.c')
-rw-r--r--libhb/param.c2
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" },