]> granicus.if.org Git - handbrake/commitdiff
LinGui: fix a problem in validation of the subtitle list while setting up job
authorjstebbins <jstebbins.hb@gmail.com>
Fri, 5 Jun 2009 16:34:33 +0000 (16:34 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Fri, 5 Jun 2009 16:34:33 +0000 (16:34 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2486 b64f7644-9d1e-0410-96f1-a4d463321fa5

gtk/src/hb-backend.c

index 22ea2efbcfd07c8908c3701a9a056d7c00940321..7bb9d8e93acbf0b838b30ff75c8829fb0094ee3a 100644 (file)
@@ -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)