From 1dd7b7bddc694b1c018b74bccaebcc98d9144ee4 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 28 Sep 2015 21:55:23 +0200 Subject: video: remove VDA support VideoToolbox is preferred. Now that FFmpeg released 2.8, there's no reason to support VDA anymore. In fact, we had a bug that made VDA not useable with older FFmpeg versions in some newer mpv releases. VideoToolbox is supported even on slightly older OSX versions, and if not, you still can run mpv without hw decoding. --- video/img_format.c | 1 - 1 file changed, 1 deletion(-) (limited to 'video/img_format.c') diff --git a/video/img_format.c b/video/img_format.c index bb6f106e1a..7ed4c722e8 100644 --- a/video/img_format.c +++ b/video/img_format.c @@ -37,7 +37,6 @@ static const struct mp_imgfmt_entry mp_imgfmt_list[] = { // not in ffmpeg {"vdpau_output", IMGFMT_VDPAU_OUTPUT}, // FFmpeg names have an annoying "_vld" suffix - {"vda", IMGFMT_VDA}, {"videotoolbox", IMGFMT_VIDEOTOOLBOX}, {"vaapi", IMGFMT_VAAPI}, // names below this are not preferred over the FFmpeg names -- cgit v1.2.3