diff options
-rw-r--r-- | video/video_decoder.h | 2 |
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; } |