[longomatch] Fix negotiation with 30fps
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix negotiation with 30fps
- Date: Sun, 9 Feb 2014 19:12:36 +0000 (UTC)
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]