diff options
author | sr55 <[email protected]> | 2011-10-08 15:27:47 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-10-08 15:27:47 +0000 |
commit | f85679b10f531df9a734692058aae734789267e5 (patch) | |
tree | cb52b877db34797bcbe2e55a0d59edf567d9f7de /win/CS/HandBrake.Interop/HandBrakeInterop | |
parent | 81c761e31b95637026d2df9e0823e62dee082557 (diff) |
Interop: x264Tune model update.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4272 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Tune.cs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Tune.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Tune.cs index c667f699e..cc199e810 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Tune.cs +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Tune.cs @@ -23,21 +23,21 @@ namespace HandBrake.Interop.Model.Encoding.x264 Animation,
[Display(Name = "Grain")]
- grain,
+ Grain,
[Display(Name = "Still Image")]
- stillimage,
+ Stillimage,
[Display(Name = "PSNR")]
- psnr,
+ Psnr,
[Display(Name = "SSIM")]
- ssim,
+ Ssim,
[Display(Name = "Fast Decode")]
- fastdecode,
+ Fastdecode,
[Display(Name = "Zero Latency")]
- zerolatency,
+ Zerolatency,
}
}
|