[Scummvm-cvs-logs] SF.net SVN: scummvm: [25797] scummvm/trunk/sound

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Thu Feb 22 21:46:09 CET 2007


Revision: 25797
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25797&view=rev
Author:   lordhoto
Date:     2007-02-22 12:46:09 -0800 (Thu, 22 Feb 2007)

Log Message:
-----------
fixed comments.

Modified Paths:
--------------
    scummvm/trunk/sound/flac.h
    scummvm/trunk/sound/vorbis.h

Modified: scummvm/trunk/sound/flac.h
===================================================================
--- scummvm/trunk/sound/flac.h	2007-02-22 18:42:03 UTC (rev 25796)
+++ scummvm/trunk/sound/flac.h	2007-02-22 20:46:09 UTC (rev 25797)
@@ -55,7 +55,7 @@
  * and specifying only a portion of the data to be played, based 
  * on time offsets.
  *
- * @param stream			the SeekableReadStream from which to read the MP3 data
+ * @param stream			the SeekableReadStream from which to read the FLAC data
  * @param disposeAfterUse	whether to delete the stream after use
  * @param startTime			the (optional) time offset in milliseconds from which to start playback 
  * @param duration			the (optional) time in milliseconds specifying how long to play

Modified: scummvm/trunk/sound/vorbis.h
===================================================================
--- scummvm/trunk/sound/vorbis.h	2007-02-22 18:42:03 UTC (rev 25796)
+++ scummvm/trunk/sound/vorbis.h	2007-02-22 20:46:09 UTC (rev 25797)
@@ -55,7 +55,7 @@
  * and specifying only a portion of the data to be played, based 
  * on time offsets.
  *
- * @param stream			the SeekableReadStream from which to read the MP3 data
+ * @param stream			the SeekableReadStream from which to read the Ogg Vorbis data
  * @param disposeAfterUse	whether to delete the stream after use
  * @param startTime			the (optional) time offset in milliseconds from which to start playback 
  * @param duration			the (optional) time in milliseconds specifying how long to play


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list