ffmpeg: update v4l2-request patch

Patch created using revisions 922f5ee..fa7165e
from branch v4l2-request-hwaccel-4.3.1 of https://github.com/Kwiboo/FFmpeg
This commit is contained in:
Jonas Karlman 2020-10-13 06:05:09 +00:00 committed by Jernej Skrabec
parent 942a68bf33
commit 69fae8524b
2 changed files with 769 additions and 128 deletions

View File

@ -2,7 +2,7 @@
# base ffmpeg version
KODI_FFMPEG_REPO="https://github.com/xbmc/FFmpeg"
KODI_FFMPEG_VERSION="4.3-Matrix-Alpha1"
KODI_FFMPEG_VERSION="4.3.1-Matrix-Alpha1-1"
ALL_FEATURE_SETS="v4l2-drmprime v4l2-request libreelec rpi"
@ -29,7 +29,7 @@ create_patch() {
;;
v4l2-request)
REPO="https://github.com/Kwiboo/FFmpeg"
REFSPEC="v4l2-request-hwaccel-4.3"
REFSPEC="v4l2-request-hwaccel-4.3.1"
;;
libreelec)
REPO="https://github.com/LibreELEC/FFmpeg"