From: luz.paz Date: Tue, 20 Feb 2018 20:34:42 +0000 (-0500) Subject: Missed typo in previous commit X-Git-Tag: 1.1.0~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27fb25115c25a54f68e2fdb828b5b4d4be28fd99;p=handbrake Missed typo in previous commit --- 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) {