This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ryaowe
Recipients
Date 2007-01-04.16:18:40
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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
History
Date User Action Args
2007-08-23 14:50:59adminlinkissue1627952 messages
2007-08-23 14:50:59admincreate