From 95fa73a2b48fe8e73fb2b25d3b272da1bbd167b3 Mon Sep 17 00:00:00 2001 From: Marton Balint Date: Mon, 5 Aug 2019 22:27:47 +0200 Subject: avformat/avio: remove 4k limit from avio_printf We do this by switching to AVBPrint. v2: Also set IO context error flag in case of ENOMEM. Signed-off-by: Marton Balint --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/APIchanges') diff --git a/doc/APIchanges b/doc/APIchanges index ba35b84..682b67a 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2017-10-21 API changes, most recent first: +2019-08-xx - xxxxxxxxxx - lavf 58.31.101 - avio.h + 4K limit removed from avio_printf. + 2019-08-xx - xxxxxxxxxx - lavf 58.31.100 - avio.h Add avio_print_string_array and avio_print. -- cgit v1.1