[longomatch] Fix default video standard



commit 7380932dc64e52e68814dbafa4f165d39fce01ab
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Jun 25 14:37:15 2013 +0200

    Fix default video standard

 LongoMatch.Core/Config.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Core/Config.cs b/LongoMatch.Core/Config.cs
index 308ca6e..653def7 100644
--- a/LongoMatch.Core/Config.cs
+++ b/LongoMatch.Core/Config.cs
@@ -274,8 +274,8 @@ namespace LongoMatch
                        fastTagging = false;
                        currentDatabase = Constants.DEFAULT_DB_NAME;
                        lang = null;
-                       captureVideoStandard = VideoStandards.P480;
                        autoSave = false;
+                       captureVideoStandard = VideoStandards.P480_16_9;
                        captureEncodingProfile = EncodingProfiles.MP4;
                        captureEncodingQuality = EncodingQualities.Medium;
                        renderVideoStandard = VideoStandards.P720_16_9;


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