diff options
author | jstebbins <[email protected]> | 2014-02-23 18:59:42 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-02-23 18:59:42 +0000 |
commit | 45bee35a201f51f72c62ee89fa4b287ea35493d5 (patch) | |
tree | 0a50bf18aace48db349e5fbf196823e12fbc4568 /gtk/src/hb-backend.h | |
parent | 4107d15473cc537593d6d7b74cb8bc54e834c8e7 (diff) |
LinGui: rework how hb containers are refrenced from lingui
Cleans up the interface and fixes failure to use fallbacks properly.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6067 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/hb-backend.h')
-rw-r--r-- | gtk/src/hb-backend.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/src/hb-backend.h b/gtk/src/hb-backend.h index 3ee1e5a1d..26dce0eda 100644 --- a/gtk/src/hb-backend.h +++ b/gtk/src/hb-backend.h @@ -170,6 +170,9 @@ int ghb_lookup_audio_lang(const GValue *glang); const iso639_lang_t* ghb_iso639_lookup_by_int(int idx); void ghb_update_display_aspect_label(signal_user_data_t *ud); gchar* ghb_create_title_label(const hb_title_t *title); + +// libhb lookup helpers const hb_title_t* ghb_lookup_title(int title_id, int *index); +const hb_container_t* ghb_lookup_container_by_name(const gchar *name); #endif // _HBBACKEND_H_ |