summaryrefslogtreecommitdiffstats
path: root/video/vt.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/vt.h')
-rw-r--r--video/vt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/vt.h b/video/vt.h
index e4ad5f021b..e488f29cf0 100644
--- a/video/vt.h
+++ b/video/vt.h
@@ -4,6 +4,7 @@
#include <stdint.h>
int mp_imgfmt_from_cvpixelformat(uint32_t cvpixfmt);
+uint32_t mp_imgfmt_to_cvpixelformat(int mpfmt);
struct mp_image;
struct mp_image_pool;