This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch release/8.1
in repository ffmpeg.

commit 6d00e599fda9dea4d2a4a6880fdbec865e4a15bc
Author:     Niklas Haas <[email protected]>
AuthorDate: Mon Jun 22 16:20:14 2026 +0200
Commit:     Marvin Scholz <[email protected]>
CommitDate: Mon Jun 29 15:51:11 2026 +0200

    avfilter/scale_filters: add internal copy of libswscale/filters.c
    
    Useful for GPU-based filters, which may also need to compute filter weights.
    Since we cannot cross-link to internal functions, we need to recompile this
    helper inside libavfilter.c.
    
    Signed-off-by: Niklas Haas <[email protected]>
    (cherry-picked from commit b400791442a46ccd9acf031234ca3ed61d6d90c0)
    Signed-off-by: Marvin Scholz <[email protected]>
---
 libavcodec/vulkan.c => libavfilter/scale_filters.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/vulkan.c b/libavfilter/scale_filters.c
similarity index 95%
copy from libavcodec/vulkan.c
copy to libavfilter/scale_filters.c
index fc8a1fa47b..347d073210 100644
--- a/libavcodec/vulkan.c
+++ b/libavfilter/scale_filters.c
@@ -16,4 +16,4 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include "libavutil/vulkan.c"
+#include "libswscale/filters.c"

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to