diff options
author | sr55 <[email protected]> | 2014-03-06 19:20:58 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2014-03-06 19:20:58 +0000 |
commit | 41dd0af9c6b059b05de8c8a98047437ffaac75e3 (patch) | |
tree | 02251ccb3c2a3e7a9daf29f91c490461b08c77e1 /win/CS/HandBrake.ApplicationServices | |
parent | c5c1c8b01454e3d13556ef9473cd6de29f9d581a (diff) |
WinGui: Improvements and fixes to the Output Format Dropdown / Destination
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6100 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Model/Encoding/OutputFormat.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Model/Encoding/OutputFormat.cs b/win/CS/HandBrake.ApplicationServices/Model/Encoding/OutputFormat.cs index d9070de2f..98116773f 100644 --- a/win/CS/HandBrake.ApplicationServices/Model/Encoding/OutputFormat.cs +++ b/win/CS/HandBrake.ApplicationServices/Model/Encoding/OutputFormat.cs @@ -17,7 +17,7 @@ namespace HandBrake.ApplicationServices.Model.Encoding public enum OutputFormat
{
[Description("MP4")]
- Mp4,
+ Mp4 = 0,
[Description("M4V")]
M4V,
|