diff options
author | jstebbins <[email protected]> | 2014-06-10 17:17:13 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-06-10 17:17:13 +0000 |
commit | 9491a0b137116e8606d4d08f419514d0c298debd (patch) | |
tree | 88566f3110666210127c4c8de8cc97afaa461d67 /libhb/hb.h | |
parent | fce43d9b98a4d7c88b43b80d70feffbbec048889 (diff) |
macui: fix PcitureController geometry calculations
simplifies the code and makes it work better
also updates preview window size calculations
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6209 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/hb.h')
-rw-r--r-- | libhb/hb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libhb/hb.h b/libhb/hb.h index 6939d8082..e958d68d9 100644 --- a/libhb/hb.h +++ b/libhb/hb.h @@ -72,6 +72,9 @@ hb_buffer_t * hb_read_preview( hb_handle_t * h, int title_idx, int preview ); void hb_get_preview( hb_handle_t *, hb_job_t *, int, uint8_t * ); void hb_set_size( hb_job_t *, double ratio, int pixels ); +void hb_set_anamorphic_size2(hb_geometry_t *src_geo, + hb_ui_geometry_t *ui_geo, + hb_geometry_t *result); void hb_set_anamorphic_size( hb_job_t *, int *output_width, int *output_height, int *output_par_width, int *output_par_height ); |