OSDN Git Service

Fix crash with ETQW and Quake 4
[android-x86/external-s2tc.git] / s2tc_algorithm.h
index 67d9108..3dee91e 100644 (file)
@@ -35,7 +35,7 @@ enum DitherMode
        DITHER_FLOYDSTEINBERG
 };
 
-void rgb565_image(unsigned char *out, const unsigned char *rgba, int w, int h, int srccomps, bool bgr, int alphabits, DitherMode dither);
+void rgb565_image(unsigned char *out, const unsigned char *rgba, int w, int h, int srccomps, int alphabits, DitherMode dither);
 
 enum DxtMode
 {
@@ -47,7 +47,6 @@ enum RefinementMode
 {
        REFINE_NEVER,
        REFINE_ALWAYS,
-       REFINE_CHECK,
        REFINE_LOOP
 };