diff options
author | jstebbins <[email protected]> | 2015-04-05 23:21:09 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2015-04-05 23:21:09 +0000 |
commit | d030ab8b629ebd577ca845c4e77f9b7ef73dc936 (patch) | |
tree | 1123107c17349c3da80d42647ef4ec3b5e70fb1d /libhb/common.h | |
parent | 712180d874cefa835b159461552543f071455d4d (diff) |
deccc608sub: improve CC positioning
The safe zone margin was not wide enough and the font size was a little
too small.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7063 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/common.h b/libhb/common.h index ac5692642..ca5f25178 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -159,7 +159,7 @@ int hb_audio_add(const hb_job_t * job, const hb_audio_config_t * audiocfg); hb_audio_config_t * hb_list_audio_config_item(hb_list_t * list, int i); int hb_subtitle_add_ssa_header(hb_subtitle_t *subtitle, const char *font, - int width, int height); + int fs, int width, int height); hb_subtitle_t *hb_subtitle_copy(const hb_subtitle_t *src); hb_list_t *hb_subtitle_list_copy(const hb_list_t *src); void hb_subtitle_close( hb_subtitle_t **sub ); |