summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs')
-rw-r--r--win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs
index 36276b2f2..8b745aa3c 100644
--- a/win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs
+++ b/win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs
@@ -1131,7 +1131,7 @@ namespace HandBrakeWPF.ViewModels
}
else
{
- this.H264Profile = x264Profile.None;
+ this.H264Profile = x264Profile.Auto;
this.H264Level = "Auto";
}
@@ -1261,7 +1261,7 @@ namespace HandBrakeWPF.ViewModels
this.canClear = false;
this.X264PresetValue = 5;
this.X264Tune = x264Tune.None;
- this.H264Profile = x264Profile.None;
+ this.H264Profile = x264Profile.Auto;
this.FastDecode = false;
this.H264Level = "Auto";
this.ExtraArguments = string.Empty;