summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Helpers/AutoNameHelper.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2013-11-08 19:52:56 +0000
committersr55 <[email protected]>2013-11-08 19:52:56 +0000
commitd0a2953efbce340e34a971b9481024a51ae52383 (patch)
treed1adc4a54026c836e8d0701b758a082121db229d /win/CS/HandBrakeWPF/Helpers/AutoNameHelper.cs
parenta22ee05bb634b41100bba8df246cd0fc5273b09b (diff)
WinGui: Remove AV_MKV option. Now default for the build
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5885 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Helpers/AutoNameHelper.cs')
-rw-r--r--win/CS/HandBrakeWPF/Helpers/AutoNameHelper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Helpers/AutoNameHelper.cs b/win/CS/HandBrakeWPF/Helpers/AutoNameHelper.cs
index f0144d1ec..8c4032466 100644
--- a/win/CS/HandBrakeWPF/Helpers/AutoNameHelper.cs
+++ b/win/CS/HandBrakeWPF/Helpers/AutoNameHelper.cs
@@ -122,7 +122,7 @@ namespace HandBrakeWPF.Helpers
break;
}
}
- else if (task.OutputFormat == OutputFormat.Mkv || task.OutputFormat == OutputFormat.av_mkv)
+ else if (task.OutputFormat == OutputFormat.Mkv)
destinationFilename += ".mkv";
/*