[Scummvm-cvs-logs] SF.net SVN: scummvm:[55835] scummvm/trunk/video/video_decoder.h

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue Feb 8 23:58:35 CET 2011


Revision: 55835
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55835&view=rev
Author:   lordhoto
Date:     2011-02-08 22:58:34 +0000 (Tue, 08 Feb 2011)

Log Message:
-----------
VIDEO: Fix the documentation of VideoDecoder::getPalette.

Modified Paths:
--------------
    scummvm/trunk/video/video_decoder.h

Modified: scummvm/trunk/video/video_decoder.h
===================================================================
--- scummvm/trunk/video/video_decoder.h	2011-02-08 22:28:32 UTC (rev 55834)
+++ scummvm/trunk/video/video_decoder.h	2011-02-08 22:58:34 UTC (rev 55835)
@@ -99,7 +99,7 @@
 	virtual Graphics::PixelFormat getPixelFormat() const = 0;
 
 	/**
-	 * Get the palette for the video in RGBA format (if 8bpp or less).
+	 * Get the palette for the video in RGB format (if 8bpp or less).
 	 */
 	virtual const byte *getPalette() { return 0; }
 


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