summaryrefslogtreecommitdiffstats
path: root/libhb/muxavformat.c
diff options
context:
space:
mode:
authorluz.paz <[email protected]>2018-02-07 10:55:43 -0500
committerScott <[email protected]>2018-02-20 18:10:44 +0000
commitfebbeeb4441159a34097355566faf7eba77ebeb5 (patch)
tree9b3d8e60122466da03787766e3a346696a70e271 /libhb/muxavformat.c
parent2d1c8541460c2b63d46eb1a278adacee14a55556 (diff)
please review....
there is a redundant 'the the' in this string, please advise
Diffstat (limited to 'libhb/muxavformat.c')
-rw-r--r--libhb/muxavformat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/muxavformat.c b/libhb/muxavformat.c
index 754f17079..77e66ccec 100644
--- a/libhb/muxavformat.c
+++ b/libhb/muxavformat.c
@@ -719,7 +719,7 @@ static int avformatInit( hb_mux_object_t * m )
// Quicktime requires that at least one subtitle is enabled,
// else it doesn't show any of the subtitles.
// So check to see if any of the subtitles are flagged to be
- // the defualt. The default will the the enabled track, else
+ // the default. The default will the the enabled track, else
// enable the first track.
if (job->mux == HB_MUX_AV_MP4 && subtitle_default == -1)
{
@@ -1171,7 +1171,7 @@ static int avformatMux(hb_mux_object_t *m, hb_mux_data_t *track, hb_buffer_t *bu
}
if (duration < 0)
{
- // There is a possiblility that some subtitles get through the pipeline
+ // There is a possibility that some subtitles get through the pipeline
// without ever discovering their true duration. Make the duration
// 10 seconds in this case. Unless they are PGS subs which should
// have zero duration.