[ python-Bugs-1627952 ] plat-mac videoreader.py auido format info

SourceForge.net noreply at sourceforge.net
Thu Jan 4 17:18:41 CET 2007


Bugs item #1627952, was opened at 2007-01-04 09:18
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1627952&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ryan Owen (ryaowe)
Assigned to: Nobody/Anonymous (nobody)
Summary: plat-mac videoreader.py auido format info

Initial Comment:
videoreader.py in the plat-mac modules has a small bug that breaks reader.GetAudioFormat()

--- videoreader.py	Thu Jan 04 09:05:16 2007
+++ videoreader_fixed.py	Thu Jan 04 09:05:11 2007
@@ -13,7 +13,7 @@ from Carbon import Qdoffs
 from Carbon import QDOffscreen
 from Carbon import Res
 try:
-    import MediaDescr
+    from Carbon import MediaDescr
 except ImportError:
     def _audiodescr(data):
         return None


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1627952&group_id=5470


More information about the Python-bugs-list mailing list