summaryrefslogtreecommitdiffstats
path: root/gtk/src/hb-backend.h
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2019-06-27 14:21:44 -0700
committerJohn Stebbins <[email protected]>2019-06-27 14:21:44 -0700
commitc1fb6e1fcff8740850521d8282d8760279393b1f (patch)
tree7e8a50167ff89adf1e1e448b31814c928f9d3e3f /gtk/src/hb-backend.h
parent19ba0208c2ac34ddaffed61af3ffecdc87d77576 (diff)
LinGui: refactor some code
Diffstat (limited to 'gtk/src/hb-backend.h')
-rw-r--r--gtk/src/hb-backend.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/src/hb-backend.h b/gtk/src/hb-backend.h
index 4bcd41a59..18d2f2199 100644
--- a/gtk/src/hb-backend.h
+++ b/gtk/src/hb-backend.h
@@ -131,8 +131,8 @@ void ghb_set_scale_settings(GhbValue *settings, gint mode);
void ghb_picture_settings_deps(signal_user_data_t *ud);
gint64 ghb_get_chapter_duration(const hb_title_t *title, gint chap);
gint64 ghb_get_chapter_start(const hb_title_t *title, gint chap);
-void ghb_part_duration(
- const hb_title_t *title, gint sc, gint ec, gint *hh, gint *mm, gint *ss);
+gint64 ghb_chapter_range_get_duration(const hb_title_t *title,
+ gint sc, gint ec);
gint ghb_get_best_mix(hb_audio_config_t *aconfig, gint acodec, gint mix);
gboolean ghb_audio_is_passthru(gint acodec);
gboolean ghb_audio_can_passthru(gint acodec);