diff options
Diffstat (limited to '')
-rw-r--r-- | video/out/dither.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/video/out/dither.h b/video/out/dither.h new file mode 100644 index 0000000..ca804e3 --- /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); |