FS#78473 - [ffmpeg4.4] FTBFS: missing `compressed_ten_bit_format`

Attached to Project: Arch Linux
Opened by Eric Long (hack3ric) - Wednesday, 10 May 2023, 15:20 GMT
Last edited by Maxime Gauduin (Alucryd) - Thursday, 08 June 2023, 13:10 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Maxime Gauduin (Alucryd)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

ffmpeg4.4 fails to build with the following error message:

```
libavcodec/libsvtav1.c:124:51: error: ‘EbSvtAv1EncConfiguration’ has no member named ‘compressed_ten_bit_format’
124 | (config->encoder_bit_depth > 8) && (config->compressed_ten_bit_format == 0) ? 1 : 0;
| ^~
```

`compressed_ten_bit_format` has been removed from upstream and was addressed in [1], which needs to be backported.

[1]: https://github.com/FFmpeg/FFmpeg/commit/031f1561cd286596cdb374da32f8aa816ce3b135
This task depends upon

Closed by  Maxime Gauduin (Alucryd)
Thursday, 08 June 2023, 13:10 GMT
Reason for closing:  Fixed
Additional comments about closing:  4.4.4-1
Comment by Eric Long (hack3ric) - Wednesday, 10 May 2023, 15:22 GMT
Note that FFmpeg 4.4.4 did not backport this commit.

Loading...