diff options
author | sr55 <[email protected]> | 2012-12-31 16:20:24 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-12-31 16:20:24 +0000 |
commit | b96ca4f7de03e2c1b2d6865a0ae65798c1afed6f (patch) | |
tree | 0b636eb59b3c084b9231e0f544a920c658530735 /win/CS/HandBrake.ApplicationServices | |
parent | a4bfb04ed32cf776af0d46e7d346004796746f8e (diff) |
WinGui: Removed High444, use auto instead.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5123 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Utilities/Converters.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Utilities/Converters.cs b/win/CS/HandBrake.ApplicationServices/Utilities/Converters.cs index d827daff1..39b601a27 100644 --- a/win/CS/HandBrake.ApplicationServices/Utilities/Converters.cs +++ b/win/CS/HandBrake.ApplicationServices/Utilities/Converters.cs @@ -436,8 +436,8 @@ namespace HandBrake.ApplicationServices.Utilities // return x264Profile.High10;
//case "high422":
// return x264Profile.High422;
- case "high444":
- return x264Profile.High444;
+ //case "high444":
+ // return x264Profile.High444;
default:
return x264Profile.Main;
}
|