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
path: root/doc
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2019-08-05 22:50:42 +0300
committerMarton Balint <cus@passwd.hu>2019-08-17 19:39:49 +0300
commita82f8f2f10d0a4d8072919a8e4bdc1c39f4d27b8 (patch)
tree51c8f4f7fd363f309082bb116eb6716884a18e3e /doc
parent6a3bdf3148864224c8ef8025e8744f6dd2126303 (diff)
avformat/avio: add avio_print_string_array and avio_print
These functions can be used to print a variable number of strings consecutively to the IO context. Unlike av_bprintf, no temporary buffer is necessary. Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 6603a8229e..ba35b847d9 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.100 - avio.h
+ Add avio_print_string_array and avio_print.
+
2019-07-27 - xxxxxxxxxx - lavu 56.33.100 - tx.h
Add AV_TX_DOUBLE_FFT and AV_TX_DOUBLE_MDCT