summaryrefslogtreecommitdiffstats
path: root/win/C#/Functions/QueryParser.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/Functions/QueryParser.cs')
-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;