[longomatch] Add 1080p to the list of video standards for the conversion tool
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Add 1080p to the list of video standards for the conversion tool
- Date: Wed, 24 Sep 2014 20:27:11 +0000 (UTC)
commit fb96c268e254d7d661c033388622effe3e4eeba5
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Sep 9 01:22:05 2014 +0200
Add 1080p to the list of video standards for the conversion tool
LongoMatch.GUI/Gui/Dialog/VideoConversionTool.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Dialog/VideoConversionTool.cs
b/LongoMatch.GUI/Gui/Dialog/VideoConversionTool.cs
index a26ee43..2bd9151 100644
--- a/LongoMatch.GUI/Gui/Dialog/VideoConversionTool.cs
+++ b/LongoMatch.GUI/Gui/Dialog/VideoConversionTool.cs
@@ -72,6 +72,7 @@ namespace LongoMatch.Gui.Dialog
void FillStandards () {
stdStore = new ListStore(typeof(string), typeof (VideoStandard));
+ stdStore.AppendValues(VideoStandards.P1080.Name, VideoStandards.P1080);
stdStore.AppendValues(VideoStandards.P720.Name, VideoStandards.P720);
stdStore.AppendValues(VideoStandards.P480.Name, VideoStandards.P480);
sizecombobox.Model = stdStore;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]