From 8b4dcce5fc1905a5d8facdda89f3e133889a0622 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 16 Jul 2011 16:05:36 +0000 Subject: WinGui: Some fixes to the Queue Current encoding information display and removal of another duplicate model. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4111 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- .../HandBrake.Interop/HandBrakeInterop/Model/Encoding/VideoEncoder.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/VideoEncoder.cs') diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/VideoEncoder.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/VideoEncoder.cs index f0faac2ba..0f993c09c 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/VideoEncoder.cs +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/VideoEncoder.cs @@ -19,6 +19,9 @@ namespace HandBrake.Interop.Model.Encoding [Display(Name = "MPEG-4 (FFMpeg)")] FFMpeg, + [Display(Name = "MPEG-2 (FFMpeg)")] + FFMpeg2, + [Display(Name = "VP3 (Theora)")] Theora } -- cgit v1.2.3