diff options
Diffstat (limited to 'libhb/rotate.c')
-rw-r--r-- | libhb/rotate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/rotate.c b/libhb/rotate.c index 5f9558764..a96e6927d 100644 --- a/libhb/rotate.c +++ b/libhb/rotate.c @@ -46,6 +46,7 @@ hb_filter_object_t hb_filter_rotate = { .id = HB_FILTER_ROTATE, .enforce_order = 0, + .init_index = 2, .name = "Rotate (rotate & flip image axes)", .settings = NULL, .init = hb_rotate_init, |