dav1d: update 1.4.2 -> 1.4.3

- set nobranch=1 to fix:
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Changes for 1.4.3 'Road Runner':
--------------------------------

1.4.3 is a small release focused on security issues
 - AArch64: Fix potential out of bounds access in DotProd H/HV filters
 - cli: Prevent buffer over-read

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Markus Volk 2024-07-19 12:34:06 +02:00 committed by Khem Raj
parent 60a250c7e2
commit 18de7c1e14
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -6,8 +6,8 @@ LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=c8055cfe7548dfdaa3a6dc45d8793669"
SRC_URI = "git://code.videolan.org/videolan/dav1d.git;protocol=https;branch=master"
SRCREV = "805d9e5a8ffce3ef78cebde4bfedf3642907b2d3"
SRC_URI = "git://code.videolan.org/videolan/dav1d.git;protocol=https;nobranch=1"
SRCREV = "e9986de7f4264940af6fa1df1498fd2754077de4"
S = "${WORKDIR}/git"