[vlc-commits] avcodec: fix libavutil version
Jean-Baptiste Kempf
git at videolan.org
Sun Jun 14 21:41:48 CEST 2015
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jun 14 21:35:37 2015 +0200| [41a4f2f49e85eeb8fa27de65a7e4f53fb2e7198b] | committer: Jean-Baptiste Kempf
avcodec: fix libavutil version
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=41a4f2f49e85eeb8fa27de65a7e4f53fb2e7198b
---
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..326f1f4 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, 24, 100)
case AV_PIX_FMT_D3D11VA_VLD:
return VLC_CODEC_D3D11_OPAQUE;
#endif
More information about the vlc-commits
mailing list