Change #272386
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Tue 23 Jun 2026 21:22:21 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | b400791442a46ccd9acf031234ca3ed61d6d90c0 |
Comments
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 <git@haasn.dev>
Changed files
- libavfilter/scale_filters.c