[pitivi] ExportSettings: fix default PAR



commit 79250947bfe3eea2c43225c59dea402882f1b7b2
Author: Brandon Lewis <brandon_lewis alum berkeley edu>
Date:   Fri Nov 19 19:20:55 2010 +0000

    ExportSettings: fix default PAR

 pitivi/settings.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/settings.py b/pitivi/settings.py
index 67e430a..10a9887 100644
--- a/pitivi/settings.py
+++ b/pitivi/settings.py
@@ -465,7 +465,7 @@ class ExportSettings(Signallable, Loggable):
         self.videowidth = 720
         self.videoheight = 576
         self.videorate = gst.Fraction(25, 1)
-        self.videopar = gst.Fraction(1, 1)
+        self.videopar = gst.Fraction(16, 15)
         self.audiochannels = 2
         self.audiorate = 44100
         self.audiodepth = 16



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