diff options
author | sr55 <[email protected]> | 2012-12-29 19:11:29 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-12-29 19:11:29 +0000 |
commit | 403d4abe29055f9d910d10ed28509a684805f835 (patch) | |
tree | d5e11acdce5a72932f7e808410a0f5fa73b5fcec /win/CS/HandBrake.ApplicationServices/Utilities/Converters.cs | |
parent | ab39134445f79f1684a3d8ab814085e04ade27d7 (diff) |
Merging trunk to opencl branch.
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/opencl@5116 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Utilities/Converters.cs')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Utilities/Converters.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Utilities/Converters.cs b/win/CS/HandBrake.ApplicationServices/Utilities/Converters.cs index 0638a8e28..46e696ca1 100644 --- a/win/CS/HandBrake.ApplicationServices/Utilities/Converters.cs +++ b/win/CS/HandBrake.ApplicationServices/Utilities/Converters.cs @@ -470,8 +470,6 @@ namespace HandBrake.ApplicationServices.Utilities return x264Tune.Ssim;
case "fastdecode":
return x264Tune.Fastdecode;
- case "zerolatency":
- return x264Tune.Zerolatency;
default:
return x264Tune.Film;
}
|