From c412ca81dd55d568c362ddef07de52dab90fcf4d Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 29 Apr 2012 00:33:13 +0000 Subject: WinGui: Basic support for PGS subtitles in the forms UI. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4612 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrake.ApplicationServices/Parsing/Subtitle.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'win/CS/HandBrake.ApplicationServices/Parsing/Subtitle.cs') diff --git a/win/CS/HandBrake.ApplicationServices/Parsing/Subtitle.cs b/win/CS/HandBrake.ApplicationServices/Parsing/Subtitle.cs index 5e7b89a10..d42cb0c22 100644 --- a/win/CS/HandBrake.ApplicationServices/Parsing/Subtitle.cs +++ b/win/CS/HandBrake.ApplicationServices/Parsing/Subtitle.cs @@ -126,6 +126,9 @@ namespace HandBrake.ApplicationServices.Parsing case "SSA": thisSubtitle.SubtitleType = SubtitleType.SSA; break; + case "PGS": + thisSubtitle.SubtitleType = SubtitleType.PGS; + break; default: thisSubtitle.SubtitleType = SubtitleType.Unknown; break; -- cgit v1.2.3