From 27fb25115c25a54f68e2fdb828b5b4d4be28fd99 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Tue, 20 Feb 2018 15:34:42 -0500 Subject: [PATCH] Missed typo in previous commit --- libhb/muxavformat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.40.0