]> granicus.if.org Git - handbrake/commitdiff
please review....
authorluz.paz <luzpaz@users.noreply.github.com>
Wed, 7 Feb 2018 15:55:43 +0000 (10:55 -0500)
committerScott <628593+sr55@users.noreply.github.com>
Tue, 20 Feb 2018 18:10:44 +0000 (18:10 +0000)
there is a redundant 'the the' in this string, please advise

libhb/muxavformat.c

index 754f1707965a59952f35c0ff5b1e234f372b450d..77e66ccecbe41c5663f2e58a097d7ba468b9fe4c 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 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.