Update libva-utils to 2.23.

This commit is contained in:
matthieu
2026-05-25 06:46:45 +00:00
parent ec86f44fc4
commit b479670012
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ COMMENT = collection of tests for VA-API
GH_ACCOUNT = intel
GH_PROJECT = libva-utils
GH_TAGNAME = 2.22.0
GH_TAGNAME = 2.23.0
CATEGORIES = sysutils graphics
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (libva-utils-2.22.0.tar.gz) = e1dhXBMEJ+wTS7XSuAr1Fs5bsZpA6Jsdq0ag1Zdg2Ww=
SIZE (libva-utils-2.22.0.tar.gz) = 1281536
SHA256 (libva-utils-2.23.0.tar.gz) = +n/ymEe1UBD7u3dbNTgvl/Kbe5er6aL2+z4is221RAo=
SIZE (libva-utils-2.23.0.tar.gz) = 1281136
@@ -1,7 +1,7 @@
Index: encode/mpeg2vaenc.c
--- encode/mpeg2vaenc.c.orig
+++ encode/mpeg2vaenc.c
@@ -169,7 +169,7 @@ struct __bitstream {
@@ -170,7 +170,7 @@ struct __bitstream {
typedef struct __bitstream bitstream;
static unsigned int
@@ -10,7 +10,7 @@ Index: encode/mpeg2vaenc.c
{
unsigned char *pval = (unsigned char *)&val;
@@ -196,7 +196,7 @@ bitstream_end(bitstream *bs)
@@ -197,7 +197,7 @@ bitstream_end(bitstream *bs)
int bit_left = 32 - bit_offset;
if (bit_offset) {
@@ -19,7 +19,7 @@ Index: encode/mpeg2vaenc.c
}
}
@@ -220,7 +220,7 @@ bitstream_put_ui(bitstream *bs, unsigned int val, int
@@ -221,7 +221,7 @@ bitstream_put_ui(bitstream *bs, unsigned int val, int
} else {
size_in_bits -= bit_left;
bs->buffer[pos] = (bs->buffer[pos] << bit_left) | (val >> size_in_bits);