[vlc-devel] [PATCH] contrib: ffmpeg: bump the revision to include a DXVA2 fix

Steve Lhomme robux4 at videolabs.io
Thu Mar 30 11:47:02 CEST 2017


backported fabfbfe5710050812147f93a351a53fdda56ff8c could explain some
regressions we have with DXVA.
---
 contrib/src/ffmpeg/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak
index 82f667b177..2b4778c826 100644
--- a/contrib/src/ffmpeg/rules.mak
+++ b/contrib/src/ffmpeg/rules.mak
@@ -5,7 +5,7 @@
 #USE_FFMPEG ?= 1
 
 ifdef USE_FFMPEG
-FFMPEG_HASH=66963d4b8d302611553e7928063c1cb2ff0efdff
+FFMPEG_HASH=46998d037f8bfebee7bb6578df24a5a3b8f41299
 FFMPEG_SNAPURL := http://git.videolan.org/?p=ffmpeg.git;a=snapshot;h=$(FFMPEG_HASH);sf=tgz
 FFMPEG_GITURL := http://git.videolan.org/git/ffmpeg.git
 else
-- 
2.11.1



More information about the vlc-devel mailing list