From b9529164196f7268763ffbcf4b82ac52111010e1 Mon Sep 17 00:00:00 2001 From: sr55 Date: Mon, 6 Apr 2009 15:40:15 +0000 Subject: WinGui: - Removes ogm and avi file containers git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2307 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/Functions/Main.cs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'win/C#/Functions') diff --git a/win/C#/Functions/Main.cs b/win/C#/Functions/Main.cs index 68306748a..a7e0626b5 100644 --- a/win/C#/Functions/Main.cs +++ b/win/C#/Functions/Main.cs @@ -221,10 +221,6 @@ namespace Handbrake.Functions destination_filename += ".m4v"; else if (format == 2) destination_filename += ".mkv"; - else if (format == 3) - destination_filename += ".avi"; - else if (format == 4) - destination_filename += ".ogm"; // Now work out the path where the file will be stored. // First case: If the destination box doesn't already contain a path, make one. -- cgit v1.2.3