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/deccc608sub.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/deccc608sub.h')
-rw-r--r-- | libhb/deccc608sub.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/deccc608sub.h b/libhb/deccc608sub.h index 129236bf1..d01209f62 100644 --- a/libhb/deccc608sub.h +++ b/libhb/deccc608sub.h @@ -101,6 +101,7 @@ struct s_write { int width; int height; int crop[4]; + hb_rational_t par; uint8_t prev_font_style; uint8_t prev_font_color; }; |