summaryrefslogtreecommitdiffstats
path: root/video/out/dither.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/dither.h')
-rw-r--r--video/out/dither.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/out/dither.h b/video/out/dither.h
new file mode 100644
index 0000000000..ca804e37c9
--- /dev/null
+++ b/video/out/dither.h
@@ -0,0 +1,2 @@
+void mp_make_fruit_dither_matrix(float *out_matrix, int size);
+void mp_make_ordered_dither_matrix(unsigned char *m, int size);