]> granicus.if.org Git - handbrake/commitdiff
Missed typo in previous commit
authorluz.paz <luzpaz@users.noreply.github.com>
Tue, 20 Feb 2018 20:34:42 +0000 (15:34 -0500)
committerBradley Sepos <bradley@bradleysepos.com>
Tue, 20 Feb 2018 21:00:04 +0000 (16:00 -0500)
libhb/muxavformat.c

index 77e66ccecbe41c5663f2e58a097d7ba468b9fe4c..c599dda0ab2fa677277d1849aa5f1fddf0f314f6 100644 (file)
@@ -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)
     {