summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libhb/param.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/param.c b/libhb/param.c
index f9ec82092..e30c56b3e 100644
--- a/libhb/param.c
+++ b/libhb/param.c
@@ -73,7 +73,7 @@ static hb_filter_param_t deinterlace_presets[] =
{ 5, "Bob", "bob", "7:-1" },
{ 0, NULL, NULL, NULL },
{ 2, "Fast", "fast", "1:-1:" },
- { 3, "Slow", "slow", "3:-1:" },
+ { 3, "Slow", "slow", "1:-1:" },
{ 4, "Slower", "slower", "3:-1:" }
};