aboutsummaryrefslogtreecommitdiff
path: root/image/codecs
diff options
context:
space:
mode:
authorMatthew Hoops2015-04-12 20:11:47 -0400
committerMatthew Hoops2015-04-12 20:11:47 -0400
commit383c0bf3fa094ca3ea2935220ac9e5746ccf8a3d (patch)
tree4e876e481aafcc1297ef78e2a8e120de396188e8 /image/codecs
parentddf170de4a33fac4cac3093bf6dd97d253216092 (diff)
downloadscummvm-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/codecs')
-rw-r--r--image/codecs/codec.h1
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.
*/