[vlc-commits] avcodec: fix libavutil version
Jean-Baptiste Kempf
git at videolan.org
Sun Jun 14 21:37:20 CEST 2015
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jun 14 21:35:37 2015 +0200| [e5a271ee18202cd5c8a2e26ae3d515e4f24acdba] | committer: Jean-Baptiste Kempf
avcodec: fix libavutil version
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e5a271ee18202cd5c8a2e26ae3d515e4f24acdba
---
modules/codec/avcodec/va.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/codec/avcodec/va.c b/modules/codec/avcodec/va.c
index 5153cf7..2a9ab0d 100644
--- a/modules/codec/avcodec/va.c
+++ b/modules/codec/avcodec/va.c
@@ -43,7 +43,7 @@ vlc_fourcc_t vlc_va_GetChroma(enum PixelFormat hwfmt, enum PixelFormat swfmt)
case AV_PIX_FMT_DXVA2_VLD:
return VLC_CODEC_D3D9_OPAQUE;
-#if LIBAVUTIL_VERSION_CHECK(56, 25, 0, 41, 100)
+#if LIBAVUTIL_VERSION_CHECK(54, 13, 1, 41, 100)
case AV_PIX_FMT_D3D11VA_VLD:
return VLC_CODEC_D3D11_OPAQUE;
#endif
More information about the vlc-commits
mailing list