[longomatch] Remove Keep original size and add PAL video size



commit a4ae2dc77809a091b6a5192a016b0999cc01cb01
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Jan 7 12:17:14 2015 +0100

    Remove Keep original size and add PAL video size

 LongoMatch.Core/Common/VideoStandards.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Core/Common/VideoStandards.cs b/LongoMatch.Core/Common/VideoStandards.cs
index aefa584..9e325ba 100644
--- a/LongoMatch.Core/Common/VideoStandards.cs
+++ b/LongoMatch.Core/Common/VideoStandards.cs
@@ -80,8 +80,8 @@ namespace LongoMatch.Core.Common
                public static List<VideoStandard> Capture {
                        get {
                                List<VideoStandard> list = new List<VideoStandard>();
-                               list.Add (Original);
                                list.Add (P480);
+                               list.Add (P576);
                                list.Add (P720);
                                list.Add (P1080);
                                return list;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]