Update of /cvsroot/audacity/audacity-src/src/import In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv18963/import
Modified Files: ImportFLAC.cpp Log Message: Checking in saving ability for FLAC on-demand loading. Index: ImportFLAC.cpp =================================================================== RCS file: /cvsroot/audacity/audacity-src/src/import/ImportFLAC.cpp,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- ImportFLAC.cpp 9 Oct 2009 14:28:49 -0000 1.39 +++ ImportFLAC.cpp 11 Oct 2009 14:55:47 -0000 1.40 @@ -484,7 +484,7 @@ blockLen = fileTotalFrames - i; for (c = 0; c < mNumChannels; c++) - mChannels[c]->AppendCoded(mFilename, i, blockLen, c,ODDecodeTask::eODFLAC); + mChannels[c]->AppendCoded(mFilename, i, blockLen, c,ODTask::eODFLAC); mUpdateResult = mProgress->Update(i, fileTotalFrames); if (mUpdateResult != eProgressSuccess) ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Audacity-cvs mailing list Audacity-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/audacity-cvs