summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/Model
diff options
context:
space:
mode:
authorsr55 <[email protected]>2012-04-29 00:33:13 +0000
committersr55 <[email protected]>2012-04-29 00:33:13 +0000
commitc412ca81dd55d568c362ddef07de52dab90fcf4d (patch)
treec1c48828d8b7efaecd086f7875594c4532de3dbb /win/CS/HandBrake.ApplicationServices/Model
parent78a297cb5580f37bca62cd660d3a04a72bcf7681 (diff)
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
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Model')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Model/Encoding/SubtitleType.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Model/Encoding/SubtitleType.cs b/win/CS/HandBrake.ApplicationServices/Model/Encoding/SubtitleType.cs
index 5a69d0105..5b533f829 100644
--- a/win/CS/HandBrake.ApplicationServices/Model/Encoding/SubtitleType.cs
+++ b/win/CS/HandBrake.ApplicationServices/Model/Encoding/SubtitleType.cs
@@ -24,6 +24,8 @@ namespace HandBrake.ApplicationServices.Model.Encoding
UTF8Sub,
[Description("TX3G")]
TX3G,
+ [Description("PGS")]
+ PGS,
[Description("Unknown")]
Unknown
}