[longomatch] Simplify export video sizes
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Simplify export video sizes
- Date: Wed, 7 Jan 2015 11:27:51 +0000 (UTC)
commit 3b46b00d5778fc8e0ff65346194c31ee81c83e0c
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Wed Jan 7 12:16:51 2015 +0100
Simplify export video sizes
LongoMatch.Core/Common/VideoStandards.cs | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/LongoMatch.Core/Common/VideoStandards.cs b/LongoMatch.Core/Common/VideoStandards.cs
index f8030d4..aefa584 100644
--- a/LongoMatch.Core/Common/VideoStandards.cs
+++ b/LongoMatch.Core/Common/VideoStandards.cs
@@ -70,13 +70,8 @@ namespace LongoMatch.Core.Common
public static List<VideoStandard> Rendering {
get {
List<VideoStandard> list = new List<VideoStandard>();
- 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);
return list;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]