diff options
Diffstat (limited to 'libhb/cropscale.c')
-rw-r--r-- | libhb/cropscale.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/cropscale.c b/libhb/cropscale.c index 11a22a44e..c11e931ee 100644 --- a/libhb/cropscale.c +++ b/libhb/cropscale.c @@ -30,6 +30,7 @@ hb_filter_object_t hb_filter_crop_scale = { .id = HB_FILTER_CROP_SCALE, .enforce_order = 1, + .init_index = 0, .name = "Crop and Scale", .settings = NULL, .init = hb_crop_scale_init, |