diff options
Diffstat (limited to 'libhb/detelecine.c')
-rw-r--r-- | libhb/detelecine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/detelecine.c b/libhb/detelecine.c index 3d8283876..3d09b5fa2 100644 --- a/libhb/detelecine.c +++ b/libhb/detelecine.c @@ -837,7 +837,7 @@ static int hb_detelecine_init( hb_filter_object_t * filter, ctx->strict_breaks = -1; ctx->metric_plane = 0; ctx->parity = -1; - + // "Skip" array [top, bottom, left, right] hb_dict_extract_int(&ctx->junk_top, filter->settings, "skip-top"); hb_dict_extract_int(&ctx->junk_bottom, filter->settings, "skip-bottom"); |