Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2022-07-13 01:04:15 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2022-07-13 01:04:15 +0300
commit3421476eb552ec4d45fd9e654a04c2da2c22e49e (patch)
treeaccdc01a19ac8aec6090116558a90b56417ea0fe
parent510cd7d11b0f52b330b5c2e1506aa40ff7a5d755 (diff)
doc/APIchanges: Add 5.1 branch cutpoint
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r--doc/APIchanges2
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.