From 9b60398f4e2710e304eb4bbb51ed70e0b8523845 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 26 Sep 2017 19:13:26 +0200 Subject: video: remove old videotoolbox support Like as in previous commits, you need a very recent FFmpeg (probably git master). --- video/vt.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 video/vt.h (limited to 'video/vt.h') 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 - -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 -- cgit v1.2.3