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/sync.c | |
parent | 25257473d278907a84bbf31f0903213d786ca064 (diff) |
Fix some typos (#2202)
Fix some typos
Diffstat (limited to 'libhb/sync.c')
-rw-r--r-- | libhb/sync.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/sync.c b/libhb/sync.c index 20663da1d..56edd2ba4 100644 --- a/libhb/sync.c +++ b/libhb/sync.c @@ -1887,7 +1887,7 @@ static void ProcessSCRDelayQueue( sync_common_t * common ) int hash = buf->s.scr_sequence & SCR_HASH_MASK; if (buf->s.scr_sequence < 0) { - // Unset scr_sequence inidicates an external stream + // Unset scr_sequence indicates an external stream // (e.g. SRT subtitle) that is not on the same timebase // as the source tracks. Do not adjust timestamps for // scr_offset in this case. @@ -3424,7 +3424,7 @@ static int syncSubtitleWork( hb_work_object_t * w, hb_buffer_t ** buf_in, hb_work_object_t hb_sync_subtitle = { WORK_SYNC_SUBTITLE, - "Subitle Synchronization", + "Subtitle Synchronization", syncSubtitleInit, syncSubtitleWork, syncSubtitleClose |