avfilter: add link negotiation for AVAlphaMode

This commit is contained in:
Niklas Haas
2025-08-13 11:27:32 +02:00
parent 8b375b2ffd
commit eea99a77ed
8 changed files with 158 additions and 5 deletions

View File

@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2025-03-28
API changes, most recent first:
2025-09-xx - xxxxxxxxxx - lavfi 11.6.100 - avfilter.h
Add AVFilterLink.alpha_mode.
2025-09-xx - xxxxxxxxxx - lavu 60.11.100 - frame.h pixfmt.h
Add AVAlphaMode, AVFrame.alpha_mode, av_alpha_mode_name() and
av_alpha_mode_from_name().