summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop/HandBrakeInterop
diff options
context:
space:
mode:
authorsr55 <[email protected]>2011-07-16 16:05:36 +0000
committersr55 <[email protected]>2011-07-16 16:05:36 +0000
commit8b4dcce5fc1905a5d8facdda89f3e133889a0622 (patch)
tree3f17630d7935f4b9ff0fdf0f339b1d8c6dc2cc31 /win/CS/HandBrake.Interop/HandBrakeInterop
parent5045c6feeec292db6b538bfe4363c1e3790997fb (diff)
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
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop')
-rw-r--r--win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/VideoEncoder.cs3
1 files changed, 3 insertions, 0 deletions
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
}