Commit 520c0b49 authored by Felix Paul Kühne's avatar Felix Paul Kühne

avcodec: fix VDA module loading

This only affects the libav VDA implementation
parent 4e5b9f75
......@@ -48,6 +48,7 @@ vlc_fourcc_t vlc_va_GetChroma(enum PixelFormat hwfmt, enum PixelFormat swfmt)
return VLC_CODEC_D3D11_OPAQUE;
#endif
#if (LIBAVUTIL_VERSION_INT >= AV_VERSION_INT(53, 14, 0))
case AV_PIX_FMT_VDA:
case AV_PIX_FMT_VDA_VLD:
return VLC_CODEC_UYVY;
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment