]> granicus.if.org Git - handbrake/commitdiff
WinGui: Remove bad comment.
authorsr55 <sr55.hb@outlook.com>
Thu, 22 Jan 2015 19:40:16 +0000 (19:40 +0000)
committersr55 <sr55.hb@outlook.com>
Thu, 22 Jan 2015 19:40:16 +0000 (19:40 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6793 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/CS/HandBrake.Interop/HandBrakeInterop/Json/Factories/EncodeFactory.cs

index 3be6387ee2e52eb5e8c8d03eb8ce1fdc16c10500..995aaa9edbca736907c5cd5fa26eaa5e8224cfde 100644 (file)
@@ -200,7 +200,6 @@ namespace HandBrake.Interop.Json.Factories
                 }\r
                 else\r
                 {\r
-                    // Note, Subtitle tracks are a 0 based index. So Subtitle 1 == index 0\r
                     SubtitleList track = new SubtitleList { Burn = item.BurnedIn, Default = item.Default, Force = item.Forced, ID = item.TrackNumber, Track = (item.TrackNumber) };\r
                     subtitle.SubtitleList.Add(track);\r
                 }\r