summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluz.paz <[email protected]>2018-02-20 15:34:42 -0500
committerBradley Sepos <[email protected]>2018-02-20 16:00:04 -0500
commit27fb25115c25a54f68e2fdb828b5b4d4be28fd99 (patch)
tree970f077338ff100b87f6654acef5c9cb9f66951f
parentfebbeeb4441159a34097355566faf7eba77ebeb5 (diff)
Missed typo in previous commit
-rw-r--r--libhb/muxavformat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/muxavformat.c b/libhb/muxavformat.c
index 77e66ccec..c599dda0a 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 default. The default will the the enabled track, else
+ // the default. The default will be the enabled track, else
// enable the first track.
if (job->mux == HB_MUX_AV_MP4 && subtitle_default == -1)
{