summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF
diff options
context:
space:
mode:
authorsr55 <[email protected]>2013-08-17 17:02:35 +0000
committersr55 <[email protected]>2013-08-17 17:02:35 +0000
commita5f429773085c80b757649849ed69766fc2a4d34 (patch)
tree1e8737f1d4aab11aa4a80d5852d59c4140f17082 /win/CS/HandBrakeWPF
parent241721afd7d6faac29b7c1a1d634bb5a07484e53 (diff)
WinGui: Fix the autoname helper so that it correctly sets the mkv extension for av_mkv
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5703 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF')
-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 b6e7ce1c6..cfe1714a0 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)
+ else if (task.OutputFormat == OutputFormat.Mkv || task.OutputFormat == OutputFormat.av_mkv)
destinationFilename += ".mkv";
/*