From e9f2b1b9c8e5a60042f65fad49b3a5198b025f32 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Tue, 28 Aug 2012 00:35:19 +0300 Subject: [PATCH] Revert back to previous libav version The commit fixing h264_vdpau crashes when called with 10-bit input instead causes a crash when using H.264 parsing (used at least when demuxing H.264 in mpeg containers or AVI). Change back to the previous version; the crash with h264_vdpau is a less serious issue as hardware decoding wouldn't actually succeed with 10-bit input anyway and you can manually switch to software decoding to work around the problem. The problem causing the crash is that the parser calls some H.264 decoder functions with codec pointer set to NULL, while the vdpau fix tries to check codec data to see whether it's the h264_vdpau decoder or the software one. --- libav | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libav b/libav index 67ae057..4f935a7 160000 --- a/libav +++ b/libav @@ -1 +1 @@ -Subproject commit 67ae057cb35cde5a49628c398d7c0cd3b7b4b1a5 +Subproject commit 4f935a7b89e44fc0fd05c340c17bddcb6a407cba -- 2.11.4.GIT