diff options
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,
}
}
|