Author: tack
Date: Tue Nov 28 18:12:03 2006
New Revision: 2103

Modified:
   trunk/popcorn/src/backends/base.py

Log:
Initialize audio delay variable.


Modified: trunk/popcorn/src/backends/base.py
==============================================================================
--- trunk/popcorn/src/backends/base.py  (original)
+++ trunk/popcorn/src/backends/base.py  Tue Nov 28 18:12:03 2006
@@ -67,6 +67,7 @@
         MediaPlayer._instance_count += 1
 
         # some variables for the inherting class
+        self._audio_delay = 0.0
         self._position_value = 0.0
         self._streaminfo = {}
         

-------------------------------------------------------------------------
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

Reply via email to