[vlc-commits] avcodec: fix VDA module loading

Felix Paul Kühne git at videolan.org
Mon Jun 29 15:40:23 CEST 2015


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Jun 29 12:25:28 2015 +0200| [520c0b491fd43db04b382acb3d6b2aeafb4d7d99] | committer: Felix Paul Kühne

avcodec: fix VDA module loading

This only affects the libav VDA implementation

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=520c0b491fd43db04b382acb3d6b2aeafb4d7d99
---

 modules/codec/avcodec/va.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/codec/avcodec/va.c b/modules/codec/avcodec/va.c
index 326f1f4..8eb84fd 100644
--- a/modules/codec/avcodec/va.c
+++ b/modules/codec/avcodec/va.c
@@ -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



More information about the vlc-commits mailing list