]> granicus.if.org Git - handbrake/commitdiff
WinGui: Don't default VobSub burn-in with MP4.
authorsr55 <sr55.hb@outlook.com>
Wed, 11 Feb 2015 20:09:03 +0000 (20:09 +0000)
committersr55 <sr55.hb@outlook.com>
Wed, 11 Feb 2015 20:09:03 +0000 (20:09 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6894 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/CS/HandBrakeWPF/ViewModels/SubtitlesViewModel.cs

index 13dd932c8f0ecbcd8e077d6a5b61630b2747a93c..425417cf1e4ff3c0f5f005ef88a1823c9691a549 100644 (file)
@@ -592,7 +592,7 @@ namespace HandBrakeWPF.ViewModels
                                           SourceTrack = source,\r
                                       };\r
 \r
-            if ((source.SubtitleType == SubtitleType.PGS || source.SubtitleType == SubtitleType.VobSub || source.SubtitleType == SubtitleType.ForeignAudioSearch)\r
+            if ((source.SubtitleType == SubtitleType.PGS || source.SubtitleType == SubtitleType.ForeignAudioSearch)\r
                 && this.Task != null\r
                 && this.Task.OutputFormat == OutputFormat.Mp4)\r
             {\r