Author: dmeyer
Date: Sun Feb 11 10:30:32 2007
New Revision: 2480

Modified:
   trunk/metadata/src/audio/ogg.py

Log:
fix bitrate

Modified: trunk/metadata/src/audio/ogg.py
==============================================================================
--- trunk/metadata/src/audio/ogg.py     (original)
+++ trunk/metadata/src/audio/ogg.py     Sun Feb 11 10:30:32 2007
@@ -69,6 +69,7 @@
         self.version, self.channels, self.samplerate, bitrate_max, \
                       self.bitrate, bitrate_min, blocksize, \
                       framing = struct.unpack('<IBIiiiBB',info[:23])
+        self.bitrate = self.bitrate / 1000
         # INFO Header, read Oggs and skip 10 bytes
         h = file.read(4+10+13)
         if h[:4] == 'OggS':

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to