summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop/HandBrakeInterop
diff options
context:
space:
mode:
authorsr55 <[email protected]>2011-10-14 18:05:23 +0000
committersr55 <[email protected]>2011-10-14 18:05:23 +0000
commit0558ea26d52bc4c26f125b0470c1482f654e3d84 (patch)
treecdd5c7bae883dd7d27e023a51d6fe41c06dec194 /win/CS/HandBrake.Interop/HandBrakeInterop
parenta830df28f5148c5be0b2d5522560c1b64bfa3d0c (diff)
WinGui: Couple of cosmetic bug fixes.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4284 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop')
-rw-r--r--win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/VideoEncoder.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/VideoEncoder.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/VideoEncoder.cs
index 0f993c09c..1e7b8005c 100644
--- a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/VideoEncoder.cs
+++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/VideoEncoder.cs
@@ -16,10 +16,10 @@ namespace HandBrake.Interop.Model.Encoding
[Display(Name = "H.264 (x264)")]
X264 = 0,
- [Display(Name = "MPEG-4 (FFMpeg)")]
+ [Display(Name = "MPEG-4 (FFmpeg)")]
FFMpeg,
- [Display(Name = "MPEG-2 (FFMpeg)")]
+ [Display(Name = "MPEG-2 (FFmpeg)")]
FFMpeg2,
[Display(Name = "VP3 (Theora)")]