[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11090] branches/soc-2007-hcube/intern/ tinySND/sndfile/sndfileProvider.cpp: Added fake bitrate, neede for sound buttons code.

Csaba Hruska csaba.hruska at gmail.com
Wed Jun 27 16:23:36 CEST 2007


Revision: 11090
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11090
Author:   hcube
Date:     2007-06-27 16:23:35 +0200 (Wed, 27 Jun 2007)

Log Message:
-----------
Added fake bitrate, neede for sound buttons code.

Modified Paths:
--------------
    branches/soc-2007-hcube/intern/tinySND/sndfile/sndfileProvider.cpp

Modified: branches/soc-2007-hcube/intern/tinySND/sndfile/sndfileProvider.cpp
===================================================================
--- branches/soc-2007-hcube/intern/tinySND/sndfile/sndfileProvider.cpp	2007-06-27 13:42:14 UTC (rev 11089)
+++ branches/soc-2007-hcube/intern/tinySND/sndfile/sndfileProvider.cpp	2007-06-27 14:23:35 UTC (rev 11090)
@@ -8,7 +8,7 @@
     mNumFrames = mSF_Info.frames;
     mSampleRate = mSF_Info.samplerate;
     
-    mBitRate = 0;// FIX IT, FILL DATA
+    mBitRate = 16;// FIX IT, FILL DATA
     
     mNumChannels = mSF_Info.channels;
     mIsSeekable = mSF_Info.seekable;





More information about the Bf-blender-cvs mailing list