diff options
Diffstat (limited to 'libhb/rendersub.c')
-rw-r--r-- | libhb/rendersub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/rendersub.c b/libhb/rendersub.c index 2cf92b058..e323ff04a 100644 --- a/libhb/rendersub.c +++ b/libhb/rendersub.c @@ -674,7 +674,7 @@ static int cc608sub_post_init( hb_filter_object_t * filter, hb_job_t * job ) int height = job->title->geometry.height - job->crop[0] - job->crop[1]; int width = job->title->geometry.width - job->crop[2] - job->crop[3]; int safe_height = 0.8 * job->title->geometry.height; - // Use fixed widht font for CC + // Use fixed width font for CC hb_subtitle_add_ssa_header(filter->subtitle, HB_FONT_MONO, .08 * safe_height, width, height); return ssa_post_init(filter, job); |