diff options
author | Nomis101 <[email protected]> | 2019-07-31 07:27:27 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-07-31 07:27:27 +0200 |
commit | 38c3ba1835622ba28cfcb3642f49afba7a8e412e (patch) | |
tree | 85e1025b1ea16d0eb6ef84c092a0bed464e9355c /libhb/rendersub.c | |
parent | 25257473d278907a84bbf31f0903213d786ca064 (diff) |
Fix some typos (#2202)
Fix some typos
Diffstat (limited to 'libhb/rendersub.c')
-rw-r--r-- | libhb/rendersub.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/rendersub.c b/libhb/rendersub.c index 837091c5d..3a26005f7 100644 --- a/libhb/rendersub.c +++ b/libhb/rendersub.c @@ -191,7 +191,7 @@ static void blend( hb_buffer_t *dst, hb_buffer_t *src, int left, int top ) // applies subtitle 'sub' YUVA420P buffer into destination 'buf' // 'buf' is currently YUV420P, but in future will be other formats as well // Assumes that the input destination buffer has the same dimensions -// as the original title diminsions +// as the original title dimensions static void ApplySub( hb_filter_private_t * pv, hb_buffer_t * buf, hb_buffer_t * sub ) { blend( buf, sub, sub->f.x, sub->f.y ); @@ -339,7 +339,7 @@ static hb_buffer_t * ScaleSubtitle(hb_filter_private_t *pv, } // Assumes that the input buffer has the same dimensions -// as the original title diminsions +// as the original title dimensions static void ApplyVOBSubs( hb_filter_private_t * pv, hb_buffer_t * buf ) { int ii; |