VIDEO: Fix the documentation of VideoDecoder::getPalette.

svn-id: r55835
This commit is contained in:
Johannes Schickel 2011-02-08 22:58:34 +00:00
parent 9fceb20012
commit 949000a144

View File

@ -99,7 +99,7 @@ public:
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; }