summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2022-06-12 13:15:26 +0200
committerMarton Balint <cus@passwd.hu>2022-06-13 22:42:55 +0200
commit7cae3d8b7685dda77b14aeab3a0fee22547e8f1d (patch)
tree0027a5507971076f74220fc9ce4bc37ba513427b /doc
parent4d45f5acbd9ab55cd8d29d01843f28315ee27fee (diff)
lavf/avio: add avio_vprintf()
This new function makes it possible to use avio_printf() functionality from a function taking a variable list of arguments. Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 337f1466d8..4f7a19d176 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -14,6 +14,10 @@ libavutil: 2021-04-27
API changes, most recent first:
+2022-06-12 - xxxxxxxxxx - 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.
+
2022-05-23 - xxxxxxxxx - lavu 57.25.100 - avutil.h
Deprecate av_fopen_utf8() without replacement.