diff options
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Utilities/Converters.cs')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Utilities/Converters.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Utilities/Converters.cs b/win/CS/HandBrake.ApplicationServices/Utilities/Converters.cs index b290530dd..66a936d1f 100644 --- a/win/CS/HandBrake.ApplicationServices/Utilities/Converters.cs +++ b/win/CS/HandBrake.ApplicationServices/Utilities/Converters.cs @@ -386,12 +386,6 @@ namespace HandBrake.ApplicationServices.Utilities return x264Profile.Main;
case "high":
return x264Profile.High;
- //case "high10":
- // return x264Profile.High10;
- //case "high422":
- // return x264Profile.High422;
- //case "high444":
- // return x264Profile.High444;
default:
return x264Profile.Main;
}
|