|
1 | | -From 6ae7d9c9902e0cb2c750cfb0e7d6842bca7076f2 Mon Sep 17 00:00:00 2001 |
| 1 | +From 2e211a6d63db7a4c9232cfd9dc60553c563d6c64 Mon Sep 17 00:00:00 2001 |
2 | 2 | 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 |
4 | 4 | Subject: [PATCH] removed bits incompatible with old vaapi |
5 | 5 |
|
6 | 6 | --- |
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(-) |
9 | 9 |
|
10 | 10 | diff --git a/libavcodec/vaapi_encode_h265.c b/libavcodec/vaapi_encode_h265.c |
11 | | -index 00f0b09e..088b87b4 100644 |
| 11 | +index bb1944c505..e84c27611c 100644 |
12 | 12 | --- a/libavcodec/vaapi_encode_h265.c |
13 | 13 | +++ 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) |
15 | 15 |
|
16 | 16 | .vui_parameters_present_flag = 0, |
17 | 17 |
|
18 | 18 | - .scc_fields.bits = { |
19 | 19 | - .palette_mode_enabled_flag = sps->palette_mode_enabled_flag, |
20 | 20 | - } |
21 | | -- |
22 | 21 | }; |
23 | 22 |
|
24 | 23 | *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, |
26 | 26 | .no_output_of_prior_pics_flag = 0, |
27 | 27 | }, |
28 | | - |
29 | 28 | - .scc_fields.bits = { |
30 | 29 | - .pps_curr_pic_ref_enabled_flag = pps->pps_curr_pic_ref_enabled_flag, |
31 | 30 | - } |
32 | 31 | }; |
33 | 32 |
|
34 | 33 | if (pps->tiles_enabled_flag) { |
35 | 34 | -- |
36 | | -2.17.1 |
| 35 | +2.47.0 |
37 | 36 |
|
0 commit comments