This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch release/8.0 in repository ffmpeg.
commit 5c570640fa1e90306a8cab96c62760307dd44364 Author: Niklas Haas <[email protected]> AuthorDate: Mon Jun 22 16:20:14 2026 +0200 Commit: Marvin Scholz <[email protected]> CommitDate: Mon Jun 29 14:08:39 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]> --- libavfilter/{fflcms2.c => scale_filters.c} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/fflcms2.c b/libavfilter/scale_filters.c similarity index 95% copy from libavfilter/fflcms2.c copy to libavfilter/scale_filters.c index 822462de87..347d073210 100644 --- a/libavfilter/fflcms2.c +++ b/libavfilter/scale_filters.c @@ -16,4 +16,4 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "libavcodec/fflcms2.c" +#include "libswscale/filters.c" _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
