Author: dmeyer
Date: Sat Apr 21 10:05:19 2007
New Revision: 2652

Modified:
   trunk/popcorn/src/backends/xine/child.py

Log:
add FIXME, code is not working correct

Modified: trunk/popcorn/src/backends/xine/child.py
==============================================================================
--- trunk/popcorn/src/backends/xine/child.py    (original)
+++ trunk/popcorn/src/backends/xine/child.py    Sat Apr 21 10:05:19 2007
@@ -179,6 +179,9 @@
         if self._fit_method == 'scale':
             # ignore aspect. The whole window is used and the video
             # is scaled to fill it. The aspect is ignore to do that.
+            # FIXME: this is wrong. It works for scaling 4:3 content to a
+            # 16:9 output window. All other combinations including
+            # the movie is already fullscreen does not work.
             aspect = 1.0 / video_aspect
         else:
             # FIXME: this is wrong. The aspect may not be 1.0 depending on

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to