]> git.sesse.net Git - ffmpeg/commit
avformat/avio: add avio_print_string_array and avio_print
authorMarton Balint <cus@passwd.hu>
Mon, 5 Aug 2019 19:50:42 +0000 (21:50 +0200)
committerMarton Balint <cus@passwd.hu>
Sat, 17 Aug 2019 16:39:49 +0000 (18:39 +0200)
commita82f8f2f10d0a4d8072919a8e4bdc1c39f4d27b8
tree51c8f4f7fd363f309082bb116eb6716884a18e3e
parent6a3bdf3148864224c8ef8025e8744f6dd2126303
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>
doc/APIchanges
libavformat/avio.h
libavformat/aviobuf.c
libavformat/version.h