Author: tack
Date: Sun Jan 7 18:39:53 2007
New Revision: 2367
Modified:
trunk/popcorn/src/backends/mplayer/player.py
Log:
Overlay slave commands must be comma delimited.
Modified: trunk/popcorn/src/backends/mplayer/player.py
==============================================================================
--- trunk/popcorn/src/backends/mplayer/player.py (original)
+++ trunk/popcorn/src/backends/mplayer/player.py Sun Jan 7 18:39:53 2007
@@ -663,7 +663,7 @@
if invalid_regions:
for (x, y, w, h) in invalid_regions:
cmd.append("invalidate=%d:%d:%d:%d" % (x, y, w, h))
- self._mplayer.overlay(*cmd)
+ self._mplayer.overlay(','.join(cmd))
self._overlay_set_lock(BUFFER_LOCKED)
try:
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog