diff options
author | Marton Balint <cus@passwd.hu> | 2025-07-06 10:14:34 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2025-07-14 22:05:10 +0200 |
commit | b24155cae11cd13987b3ca286fd4be1df33807fc (patch) | |
tree | 63284861dc3d26ac9257da2d24e655cafd56f566 /doc/APIchanges | |
parent | 71468e85ae720cb63aa9689f0d94e9e9689b9de9 (diff) | |
download | ffmpeg-b24155cae11cd13987b3ca286fd4be1df33807fc.tar.gz |
avfilter/avfilter: add AVFilterGraph->max_buffered_frames to limit buffered frames
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 6018da37e1..d6e38245f8 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,9 @@ The last version increases of all libraries were on 2025-03-28 API changes, most recent first: +2025-07-xx - xxxxxxxxxd - lavfi 11.2.100 - avfilter.h + Add AVFilterGraph->max_buffered_frames. + 2025-07-07 - eca477da52 - lavc 62.6.100 - packet.h Add AV_PKT_DATA_RTCP_SR. |