summaryrefslogtreecommitdiffstats
path: root/video/vt.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/vt.h')
-rw-r--r--video/vt.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/video/vt.h b/video/vt.h
deleted file mode 100644
index e488f29cf0..0000000000
--- a/video/vt.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef MPV_VT_H
-#define MPV_VT_H
-
-#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;
-struct mp_hwdec_ctx;
-struct mp_image *mp_vt_download_image(struct mp_hwdec_ctx *ctx,
- struct mp_image *hw_image,
- struct mp_image_pool *swpool);
-
-#endif