diff options
Diffstat (limited to 'libhb/cropscale.c')
-rw-r--r-- | libhb/cropscale.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/cropscale.c b/libhb/cropscale.c index c11e931ee..11a22a44e 100644 --- a/libhb/cropscale.c +++ b/libhb/cropscale.c @@ -30,7 +30,6 @@ 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, |