summaryrefslogtreecommitdiffstats
path: root/win/C#/Functions
diff options
context:
space:
mode:
authorsr55 <[email protected]>2009-04-06 15:45:15 +0000
committersr55 <[email protected]>2009-04-06 15:45:15 +0000
commitefdb3df837cad689e215fdaed6758cd125040edf (patch)
treef8c3478b85dffadc00de3e917f0f2225ccecd4ca /win/C#/Functions
parentb9529164196f7268763ffbcf4b82ac52111010e1 (diff)
WinGui:
- Removes xvid encoder option. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2308 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Functions')
-rw-r--r--win/C#/Functions/QueryParser.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/win/C#/Functions/QueryParser.cs b/win/C#/Functions/QueryParser.cs
index eb6c06016..4395791e6 100644
--- a/win/C#/Functions/QueryParser.cs
+++ b/win/C#/Functions/QueryParser.cs
@@ -823,9 +823,6 @@ namespace Handbrake.Functions
case "ffmpeg":
videoEncoderConvertion = "MPEG-4 (FFmpeg)";
break;
- case "xvid":
- videoEncoderConvertion = "MPEG-4 (XviD)";
- break;
case "x264":
videoEncoderConvertion = "H.264 (x264)";
break;