[FFmpeg-devel] [PATCH] libavutil: Replace obsolete functions with 2-suffix

2025-04-09 Thread Link Mauve
From: Link Mauve These functions got replaced in the Vulkan API because they had forgotten extensibility through the pNext pointer, otherwise used everywhere in the API. For two of these functions we already had the 2 pointer loaded, so this avoids loading the old one as well. On most drivers

[FFmpeg-devel] [PATCH] tools: Fix deprecation warning in patcheck

2025-04-09 Thread Link Mauve
From: Link Mauve GNU apparently deprecated their egrep alias, replace it with 'grep -E' to avoid getting flooded with deprecation warnings. --- tools/patcheck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/patcheck b/tools/patcheck index 934e5b9451..ab6f73a