[longomatch] Fix negotiation with 30fps



commit 31bfc12550b1d5b8bd31a131c4037b3a72e4428b
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Feb 9 20:12:03 2014 +0100

    Fix negotiation with 30fps

 .../Gui/Component/VideoPreferencesPanel.cs         |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/VideoPreferencesPanel.cs 
b/LongoMatch.GUI/Gui/Component/VideoPreferencesPanel.cs
index 3149fe7..3272c50 100644
--- a/LongoMatch.GUI/Gui/Component/VideoPreferencesPanel.cs
+++ b/LongoMatch.GUI/Gui/Component/VideoPreferencesPanel.cs
@@ -79,8 +79,8 @@ namespace LongoMatch.Gui.Component
                                Config.FPS_N = 25;
                                Config.FPS_D = 1;
                        } else {
-                               Config.FPS_N = 30000;
-                               Config.FPS_D = 1001;
+                               Config.FPS_N = 30;
+                               Config.FPS_D = 1;
                        }
                }
 


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