diff options
author | John Stebbins <[email protected]> | 2019-12-15 09:51:39 -0800 |
---|---|---|
committer | John Stebbins <[email protected]> | 2020-03-29 08:23:21 -0600 |
commit | 91d9533ee71acc85e7f3a2a8b851fd12a108ab68 (patch) | |
tree | 9db9629587e71a09fc331a477bbebe9ad7f8e5e6 | |
parent | 63827ccb7eb8e2addcebb6c9efe43475e4823924 (diff) |
decavsub: reduce EIA 608 font size
The larger font size was causing rendering outside the frame boundaries
-rw-r--r-- | libhb/decavsub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/decavsub.c b/libhb/decavsub.c index c95990543..c6c82523a 100644 --- a/libhb/decavsub.c +++ b/libhb/decavsub.c @@ -132,7 +132,7 @@ hb_avsub_context_t * decavsubInit( hb_work_object_t * w, hb_job_t * job ) { // Mono font for CC hb_subtitle_add_ssa_header(ctx->subtitle, HB_FONT_MONO, - 30, 384, 288); + 20, 384, 288); } break; default: |