Index: branches/reyalp-ptp-live/platform/a540/sub/100b/lib.c
===================================================================
--- branches/reyalp-ptp-live/platform/a540/sub/100b/lib.c	(revision 1818)
+++ branches/reyalp-ptp-live/platform/a540/sub/100b/lib.c	(revision 1822)
@@ -127,6 +127,8 @@
     return (void*)(*(int*)0x5ED0); // FFD23420 DisplayPhysicalScreenWithYUVPalette
 }
-#if 1
+
+// TODO - this should go away
 int vid_get_viewport_max_height()               { return 528; } // in 640x480 movie mode
+
 // this returns actual width in rec mode
 // normally 704, effectively 352 at normal 1:2 PAR. In 640 video, doesn't change but has 1:1 PAR
@@ -147,5 +149,5 @@
     return ((mode_get()&MODE_MASK) == MODE_PLAY)?240:*(int*)(0x32C68+4);
 }
-#endif
+
 int vid_get_viewport_logical_height() {
     // except for stitch, always full screen
@@ -186,5 +188,5 @@
 int vid_get_viewport_xoffset() {
     if((mode_get()&MODE_SHOOTING_MASK) == MODE_PORTRAIT) {
-       return 88;
+       return 44;
     }
     return 0;
