diff options
author | Marton Balint <cus@passwd.hu> | 2019-08-05 22:27:47 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2019-08-17 18:39:49 +0200 |
commit | 95fa73a2b48fe8e73fb2b25d3b272da1bbd167b3 (patch) | |
tree | f5e49d23de3b4f00227c7763139b2066bdf2528e /doc/APIchanges | |
parent | 61b4daf78ce09534b258aae6b86934ce98d2b27f (diff) | |
download | ffmpeg-95fa73a2b48fe8e73fb2b25d3b272da1bbd167b3.tar.gz |
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 <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 ba35b847d9..682b67aa25 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. |