summaryrefslogtreecommitdiffstats
path: root/video/fmt-conversion.c
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2022-10-29 18:47:37 -0700
committerPhilip Langdale <philipl@overt.org>2022-10-29 18:49:46 -0700
commit48bb17549c55eadf862953ad7c79c9a1b334673c (patch)
treeecbece2210d8647b3486683736674187e4b0ad06 /video/fmt-conversion.c
parentf5944824513f3081ac01484c85960324bdaabda1 (diff)
downloadmpv-48bb17549c55eadf862953ad7c79c9a1b334673c.tar.bz2
mpv-48bb17549c55eadf862953ad7c79c9a1b334673c.tar.xz
filters/f_hwtransfer: remove VAAPI <-> Vulkan mapping for now
This mapping isn't actually relevant until we have the Vulkan interop merged, and it requires a newer version of libavutil than our minimum requirement. So I'm going to remove it from master and put it in the interop PR. Fixes #10813
Diffstat (limited to 'video/fmt-conversion.c')
-rw-r--r--video/fmt-conversion.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/fmt-conversion.c b/video/fmt-conversion.c
index d200a5db31..5194221d50 100644
--- a/video/fmt-conversion.c
+++ b/video/fmt-conversion.c
@@ -67,7 +67,6 @@ static const struct {
{IMGFMT_CUDA, AV_PIX_FMT_CUDA},
{IMGFMT_P010, AV_PIX_FMT_P010},
{IMGFMT_DRMPRIME, AV_PIX_FMT_DRM_PRIME},
- {IMGFMT_VULKAN, AV_PIX_FMT_VULKAN},
{0, AV_PIX_FMT_NONE}
};