]> granicus.if.org Git - handbrake/commitdiff
WinGui: Fix the autoname helper so that it correctly sets the mkv extension for av_mkv
authorsr55 <sr55.hb@outlook.com>
Sat, 17 Aug 2013 17:02:35 +0000 (17:02 +0000)
committersr55 <sr55.hb@outlook.com>
Sat, 17 Aug 2013 17:02:35 +0000 (17:02 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5703 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/CS/HandBrakeWPF/Helpers/AutoNameHelper.cs

index b6e7ce1c6526ce85227a4a560b4ffd3c5974b252..cfe1714a01f739d9fbb2bd11b0476df586502fa8 100644 (file)
@@ -122,7 +122,7 @@ namespace HandBrakeWPF.Helpers
                             break;\r
                     }\r
                 }\r
-                else if (task.OutputFormat == OutputFormat.Mkv)\r
+                else if (task.OutputFormat == OutputFormat.Mkv || task.OutputFormat == OutputFormat.av_mkv)\r
                     destinationFilename += ".mkv";\r
 \r
                 /*\r