[Scummvm-cvs-logs] SF.net SVN: scummvm: [25795] scummvm/trunk/sound/vorbis.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Feb 22 19:38:06 CET 2007


Revision: 25795
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25795&view=rev
Author:   fingolfin
Date:     2007-02-22 10:38:05 -0800 (Thu, 22 Feb 2007)

Log Message:
-----------
added yet another #pragma mark to the vorbis code (just for the sake of *my* text editor -- yeah, I'm selfish :-)

Modified Paths:
--------------
    scummvm/trunk/sound/vorbis.cpp

Modified: scummvm/trunk/sound/vorbis.cpp
===================================================================
--- scummvm/trunk/sound/vorbis.cpp	2007-02-22 18:35:57 UTC (rev 25794)
+++ scummvm/trunk/sound/vorbis.cpp	2007-02-22 18:38:05 UTC (rev 25795)
@@ -257,6 +257,12 @@
 	_bufferEnd = (int16 *)read_pos;
 }
 
+
+#pragma mark -
+#pragma mark --- Ogg Vorbis factory functions ---
+#pragma mark -
+
+
 AudioStream *makeVorbisStream(Common::File *file, uint32 size) {
 	assert(file);
 


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