From 2ffd38224aaed783471d7a6203782d27273e876b Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Tue, 16 Feb 2016 15:45:39 -0700 Subject: [PATCH] deinterlace: fix mapping of legacy "slow" preset --- libhb/param.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:" } }; -- 2.40.0