From 949000a144705991737fc3894b95afec3876e2f1 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 8 Feb 2011 22:58:34 +0000 Subject: [PATCH] VIDEO: Fix the documentation of VideoDecoder::getPalette. svn-id: r55835 --- video/video_decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video/video_decoder.h b/video/video_decoder.h index 1447dbf9b58..80a891fc39d 100644 --- a/video/video_decoder.h +++ b/video/video_decoder.h @@ -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; }