diff options
author | sr55 <[email protected]> | 2009-04-06 15:40:15 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-04-06 15:40:15 +0000 |
commit | b9529164196f7268763ffbcf4b82ac52111010e1 (patch) | |
tree | 0a3e63873d57e4d9e997ff83af0f838b9504b2a9 /win/C#/Functions | |
parent | d24528e89d89ad25944478cccf31f816bccfb226 (diff) |
WinGui:
- Removes ogm and avi file containers
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2307 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Functions')
-rw-r--r-- | win/C#/Functions/Main.cs | 4 |
1 files changed, 0 insertions, 4 deletions
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.
|