aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2011-02-08 22:58:34 +0000
committerJohannes Schickel2011-02-08 22:58:34 +0000
commit949000a144705991737fc3894b95afec3876e2f1 (patch)
tree0309ec98bc54ed4dff5d1dad614078760a66d2e9
parent9fceb200125ffa6991033a928d050ddf1a9c599d (diff)
downloadscummvm-rg350-949000a144705991737fc3894b95afec3876e2f1.tar.gz
scummvm-rg350-949000a144705991737fc3894b95afec3876e2f1.tar.bz2
scummvm-rg350-949000a144705991737fc3894b95afec3876e2f1.zip
VIDEO: Fix the documentation of VideoDecoder::getPalette.
svn-id: r55835
-rw-r--r--video/video_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/video_decoder.h b/video/video_decoder.h
index 1447dbf9b5..80a891fc39 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; }