Update of /cvsroot/audacity/audacity-src/src/ondemand
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv8647/ondemand

Modified Files:
        ODDecodeFlacTask.cpp 
Log Message:
Cleaning up comments and removing speculative TODOs.  Also changing some mutex 
access from using the raw member variable to using the interface.  Verified 
that copy and paste kind of works for FLAC and also realized that it doesn't 
refresh the screen correctly for wav as well.


Index: ODDecodeFlacTask.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/ondemand/ODDecodeFlacTask.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ODDecodeFlacTask.cpp        9 Oct 2009 14:28:49 -0000       1.5
+++ ODDecodeFlacTask.cpp        11 Oct 2009 19:31:09 -0000      1.6
@@ -43,12 +43,8 @@
    ODDecodeFlacTask* clone = new ODDecodeFlacTask;
    clone->mDemandSample=GetDemandSample();
 
-   //TODO: do we need to add the decoders and blockfiles?  
-   //this can be tested when the track is copied and pasted.  I don't think we 
need to
-   //because the blockfiles are not copies, and the decoders are created from 
scratch 
-   //with CreateOrGetMatchingDecoder()
+   //the decoders and blockfiles should not be copied.  They are created as 
the task runs.
    return clone;
-   
 }
 
 


------------------------------------------------------------------------------
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

Reply via email to