summaryrefslogtreecommitdiffstats
path: root/gtk/src/hb-backend.h
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2014-02-23 21:38:33 +0000
committerjstebbins <[email protected]>2014-02-23 21:38:33 +0000
commitd9a66b9b9e441566b7dd8f160c1ceb4626513c9e (patch)
tree287c2173dad81d65d3636e3f2429ef94c527c667 /gtk/src/hb-backend.h
parentee29f5abf647c269f07277d39ec5347d5cca51ae (diff)
LinGui: rework how hb video framerate is referenced from lingui
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6071 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/hb-backend.h')
-rw-r--r--gtk/src/hb-backend.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/src/hb-backend.h b/gtk/src/hb-backend.h
index 1eb4f01e8..8445c28d2 100644
--- a/gtk/src/hb-backend.h
+++ b/gtk/src/hb-backend.h
@@ -188,5 +188,10 @@ int ghb_lookup_mixdown_mix(const char *name);
int ghb_settings_mixdown_mix(const GValue *settings, const char *name);
const hb_mixdown_t* ghb_settings_mixdown(
const GValue *settings, const char *name);
+const hb_rate_t* ghb_lookup_video_framerate(const char *name);
+int ghb_lookup_video_framerate_rate(const char *name);
+int ghb_settings_video_framerate_rate(const GValue *settings, const char *name);
+const hb_rate_t* ghb_settings_video_framerate(
+ const GValue *settings, const char *name);
#endif // _HBBACKEND_H_