summaryrefslogtreecommitdiffstats
path: root/macosx/HBJob.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBJob.m')
-rw-r--r--macosx/HBJob.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBJob.m b/macosx/HBJob.m
index 1ae0954e9..7847731d4 100644
--- a/macosx/HBJob.m
+++ b/macosx/HBJob.m
@@ -576,7 +576,7 @@ NSString *keyContainerTag = @"keyContainerTag";
hb_add_filter(job, filter, "455");
}
}
- else if (self.filters.deinterlace)
+ else if (!self.filters.useDecomb && self.filters.deinterlace)
{
// Deinterlace
filter = hb_filter_init(HB_FILTER_DEINTERLACE);