summaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
Diffstat (limited to 'gtk')
-rw-r--r--gtk/src/hb-backend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/hb-backend.c b/gtk/src/hb-backend.c
index 22ea2efbc..7bb9d8e93 100644
--- a/gtk/src/hb-backend.c
+++ b/gtk/src/hb-backend.c
@@ -4021,7 +4021,7 @@ add_job(hb_handle_t *h, GValue *js, gint unique_id, gint titleindex)
// Skip any non-burned vobsubs when output is mp4
continue;
}
- else if (subt->format == PICTURESUB)
+ else if ( burned && subt->format == PICTURESUB )
{
// Only allow one subtitle to be burned into the video
if (one_burned)