[rygel] core: MP2TSTranscoder uses 720p rather than 1080i



commit bd95fd7f9b442c45acca7b9f96b57ccbd7f20051
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Fri Jun 12 23:40:42 2009 +0300

    core: MP2TSTranscoder uses 720p rather than 1080i

 src/rygel/rygel-mp2ts-transcoder.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/rygel/rygel-mp2ts-transcoder.vala b/src/rygel/rygel-mp2ts-transcoder.vala
index 7883638..89e0b71 100644
--- a/src/rygel/rygel-mp2ts-transcoder.vala
+++ b/src/rygel/rygel-mp2ts-transcoder.vala
@@ -35,8 +35,8 @@ internal enum Rygel.MP2TSProfile {
  */
 internal class Rygel.MP2TSTranscoder : Rygel.Transcoder {
     // HD
-    private const int[] WIDTH = {640, 1920};
-    private const int[] HEIGHT = {480, 1080};
+    private const int[] WIDTH = {640, 1280};
+    private const int[] HEIGHT = {480, 720};
     private const string[] PROFILES = {"MPEG_TS_SD_US", "MPEG_TS_HD_US"};
 
     private const string VIDEO_ENCODER = "ffenc_mpeg2video";



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