Skip to content

Commit 82cfa8c

Browse files
committed
CI Linux FFmpeg: compat vaapi patch update
1 parent cb3089d commit 82cfa8c

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed
Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,36 @@
1-
From 6ae7d9c9902e0cb2c750cfb0e7d6842bca7076f2 Mon Sep 17 00:00:00 2001
1+
From 2e211a6d63db7a4c9232cfd9dc60553c563d6c64 Mon Sep 17 00:00:00 2001
22
From: Martin Pulec <[email protected]>
3-
Date: Fri, 20 Jan 2023 12:52:11 +0000
3+
Date: Wed, 16 Oct 2024 09:10:12 +0200
44
Subject: [PATCH] removed bits incompatible with old vaapi
55

66
---
7-
libavcodec/vaapi_encode_h265.c | 7 -------
8-
1 file changed, 7 deletions(-)
7+
libavcodec/vaapi_encode_h265.c | 6 ------
8+
1 file changed, 6 deletions(-)
99

1010
diff --git a/libavcodec/vaapi_encode_h265.c b/libavcodec/vaapi_encode_h265.c
11-
index 00f0b09e..088b87b4 100644
11+
index bb1944c505..e84c27611c 100644
1212
--- a/libavcodec/vaapi_encode_h265.c
1313
+++ b/libavcodec/vaapi_encode_h265.c
14-
@@ -707,10 +707,6 @@ static int vaapi_encode_h265_init_sequence_params(AVCodecContext *avctx)
14+
@@ -393,9 +393,6 @@ static int vaapi_encode_h265_init_sequence_params(AVCodecContext *avctx)
1515

1616
.vui_parameters_present_flag = 0,
1717

1818
- .scc_fields.bits = {
1919
- .palette_mode_enabled_flag = sps->palette_mode_enabled_flag,
2020
- }
21-
-
2221
};
2322

2423
*vpic = (VAEncPictureParameterBufferHEVC) {
25-
@@ -764,9 +760,6 @@ static int vaapi_encode_h265_init_sequence_params(AVCodecContext *avctx)
24+
@@ -448,9 +445,6 @@ static int vaapi_encode_h265_init_sequence_params(AVCodecContext *avctx)
25+
.enable_gpu_weighted_prediction = 0,
2626
.no_output_of_prior_pics_flag = 0,
2727
},
28-
2928
- .scc_fields.bits = {
3029
- .pps_curr_pic_ref_enabled_flag = pps->pps_curr_pic_ref_enabled_flag,
3130
- }
3231
};
3332

3433
if (pps->tiles_enabled_flag) {
3534
--
36-
2.17.1
35+
2.47.0
3736

0 commit comments

Comments
 (0)