summaryrefslogtreecommitdiffstats
path: root/postproc/rgb2rgb.h
diff options
context:
space:
mode:
Diffstat (limited to 'postproc/rgb2rgb.h')
-rw-r--r--postproc/rgb2rgb.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/postproc/rgb2rgb.h b/postproc/rgb2rgb.h
new file mode 100644
index 0000000000..4224487d32
--- /dev/null
+++ b/postproc/rgb2rgb.h
@@ -0,0 +1,12 @@
+/*
+ *
+ * rgb2rgb.h, Software RGB to RGB coverter
+ *
+ */
+
+#ifndef RGB2RGB_INCLUDED
+#define RGB2RGB_INCLUDED
+
+extern void rgb24to32(uint8_t *src,uint8_t *dst,uint32_t src_size);
+
+#endif