diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2022-07-13 00:04:15 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2022-07-13 00:04:15 +0200 |
commit | 3421476eb552ec4d45fd9e654a04c2da2c22e49e (patch) | |
tree | accdc01a19ac8aec6090116558a90b56417ea0fe | |
parent | 510cd7d11b0f52b330b5c2e1506aa40ff7a5d755 (diff) | |
download | ffmpeg-3421476eb552ec4d45fd9e654a04c2da2c22e49e.tar.gz |
doc/APIchanges: Add 5.1 branch cutpoint
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | doc/APIchanges | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index e6376ff15c..f9a1484bbc 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -14,6 +14,8 @@ libavutil: 2021-04-27 API changes, most recent first: +-------- 8< --------- FFmpeg 5.1 was cut here -------- 8< --------- + 2022-06-12 - 7cae3d8b76 - lavf 59.25.100 - avio.h Add avio_vprintf(), similar to avio_printf() but allow to use it from within a function taking a variable argument list as input. |