diff options
Diffstat (limited to 'test/test.c')
-rw-r--r-- | test/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c index 052161d9b..d83215203 100644 --- a/test/test.c +++ b/test/test.c @@ -4228,7 +4228,7 @@ PrepareJob(hb_handle_t *h, hb_title_t *title, hb_dict_t *preset_dict) hb_value_get_string(hb_dict_get(dest_dict, "Mux"))); // Now set non-preset settings in the job dict - int range_start = 0, range_end = 0, range_seek_points = 0; + int64_t range_start = 0, range_end = 0, range_seek_points = 0; const char *range_type = "chapter"; if (chapter_start && chapter_end && !start_at_pts && !stop_at_pts && |