diff options
author | Matthew Hoops | 2015-04-12 20:11:47 -0400 |
---|---|---|
committer | Matthew Hoops | 2015-04-12 20:11:47 -0400 |
commit | 383c0bf3fa094ca3ea2935220ac9e5746ccf8a3d (patch) | |
tree | 4e876e481aafcc1297ef78e2a8e120de396188e8 /image | |
parent | ddf170de4a33fac4cac3093bf6dd97d253216092 (diff) | |
download | scummvm-rg350-383c0bf3fa094ca3ea2935220ac9e5746ccf8a3d.tar.gz scummvm-rg350-383c0bf3fa094ca3ea2935220ac9e5746ccf8a3d.tar.bz2 scummvm-rg350-383c0bf3fa094ca3ea2935220ac9e5746ccf8a3d.zip |
IMAGE: Make the createQuickTimeDitherTable function public
Needed for access by QuickTime directly
Diffstat (limited to 'image')
-rw-r--r-- | image/codecs/codec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/image/codecs/codec.h b/image/codecs/codec.h index 8845754d52..5c072132d3 100644 --- a/image/codecs/codec.h +++ b/image/codecs/codec.h @@ -111,7 +111,6 @@ public: */ virtual void setDither(DitherType type, const byte *palette) {} -protected: /** * Create a dither table, as used by QuickTime codecs. */ |