mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 15:41:41 +00:00
VIDEO: Fix the documentation of VideoDecoder::getPalette.
svn-id: r55835
This commit is contained in:
parent
9fceb20012
commit
949000a144
@ -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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user