summaryrefslogtreecommitdiffstats
path: root/gtk/src/hb-backend.h
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2018-03-16 12:06:04 -0600
committerJohn Stebbins <[email protected]>2018-03-16 12:06:04 -0600
commit462362a16a4e592424fa0f662f36921ec942d052 (patch)
treedc7615da8175ce1c67a33fdea1e4251ace1e28fd /gtk/src/hb-backend.h
parentc03887672673ffd9b03cddf0f6b1317fbf5b1eaa (diff)
LinGui: fix rounding error in display aspect
This is only a cosmetic display problem. The values used during encoding are correct.
Diffstat (limited to 'gtk/src/hb-backend.h')
-rw-r--r--gtk/src/hb-backend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/hb-backend.h b/gtk/src/hb-backend.h
index 9cc157a51..481aafbb2 100644
--- a/gtk/src/hb-backend.h
+++ b/gtk/src/hb-backend.h
@@ -225,7 +225,7 @@ const hb_rate_t* ghb_settings_audio_bitrate(
const char* ghb_audio_bitrate_get_short_name(int rate);
hb_audio_config_t* ghb_get_audio_info(const hb_title_t *title, gint track);
hb_subtitle_t* ghb_get_subtitle_info(const hb_title_t *title, gint track);
-char * ghb_get_display_aspect_string(int disp_width, int disp_height);
+char * ghb_get_display_aspect_string(double disp_width, double disp_height);
hb_handle_t* ghb_scan_handle(void);
hb_handle_t* ghb_queue_handle(void);