[longomatch] Simplify the number of capture file size options



commit 3ecc39583484d0ab34b6af5ec0c35d62942d0c8f
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Thu Dec 11 14:59:13 2014 +0100

    Simplify the number of capture file size options

 LongoMatch.Core/Common/VideoStandards.cs |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)
---
diff --git a/LongoMatch.Core/Common/VideoStandards.cs b/LongoMatch.Core/Common/VideoStandards.cs
index ed4a8fd..9e007a5 100644
--- a/LongoMatch.Core/Common/VideoStandards.cs
+++ b/LongoMatch.Core/Common/VideoStandards.cs
@@ -85,14 +85,9 @@ namespace LongoMatch.Core.Common
                        get {
                                List<VideoStandard> list = new List<VideoStandard>();
                                list.Add (Original);
-                               list.Add (P240_4_3);
-                               list.Add (P240_16_9);
-                               list.Add (P480_4_3);
-                               list.Add (P480_16_9);
-                               list.Add (P720_4_3);
-                               list.Add (P720_16_9);
-                               list.Add (P1080_4_3);
-                               list.Add (P1080_16_9);
+                               list.Add (P480);
+                               list.Add (P720);
+                               list.Add (P1080);
                                return list;
                        }
                }


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