Re: [FFmpeg-devel] [PATCH] avcodec/libsvtav1: unbreak build with latest svtav1

2025-02-22 Thread Gyan Doshi
On 2025-02-22 06:47 pm, Timo Rothenpieler wrote: On 22.02.2025 06:14, Gyan Doshi wrote: SVT-AV1 made a change in their public API in 988e930c but without a version bump or any other accessible marker, thus breaking ffmpeg build with current versions of SVT-AV1. They have finally bumped versio

Re: [FFmpeg-devel] [PATCH] avcodec/libsvtav1: unbreak build with latest svtav1

2025-02-22 Thread Timo Rothenpieler
On 22.02.2025 06:14, Gyan Doshi wrote: SVT-AV1 made a change in their public API in 988e930c but without a version bump or any other accessible marker, thus breaking ffmpeg build with current versions of SVT-AV1. They have finally bumped versions a month later, so check added. --- libavcodec/l

[FFmpeg-devel] [PATCH] avcodec/libsvtav1: unbreak build with latest svtav1

2025-02-21 Thread Gyan Doshi
SVT-AV1 made a change in their public API in 988e930c but without a version bump or any other accessible marker, thus breaking ffmpeg build with current versions of SVT-AV1. They have finally bumped versions a month later, so check added. --- libavcodec/libsvtav1.c | 4 1 file changed, 4 ins