[longomatch] Don't mape VP8 the default encoder, it's too slow for live



commit 683673e6d812d4bde323a9f4484b0c2c00af38e3
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Sep 7 23:53:29 2010 +0200

    Don't mape VP8 the default encoder, it's too slow for live

 LongoMatch/Gui/Component/ProjectDetailsWidget.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch/Gui/Component/ProjectDetailsWidget.cs b/LongoMatch/Gui/Component/ProjectDetailsWidget.cs
index 7a0b4e0..68a5713 100644
--- a/LongoMatch/Gui/Component/ProjectDetailsWidget.cs
+++ b/LongoMatch/Gui/Component/ProjectDetailsWidget.cs
@@ -441,9 +441,9 @@ namespace LongoMatch.Gui.Component
 			sizecombobox.AppendText(PAL_1_2_FORMAT);
 			sizecombobox.Active = 0;
 		
+			videoformatcombobox.AppendText(Constants.AVI);
 			if (Environment.OSVersion.Platform != PlatformID.Win32NT)
 				videoformatcombobox.AppendText(Constants.WEBM);
-			videoformatcombobox.AppendText(Constants.AVI);
 			videoformatcombobox.AppendText(Constants.OGG);
 			videoformatcombobox.AppendText(Constants.MP4);
 			videoformatcombobox.Active = 0;



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