summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorwm4 <nfxjfg@googlemail.com>2017-08-17 15:01:44 +0200
committerLuca Barbato <lu_zero@gentoo.org>2017-08-30 14:29:14 +0200
commit173b56218f39c6463be0e182259e2deead106936 (patch)
tree7227734f73f82e3560846c92ce9070117b1603a5 /doc
parent5e3f6dc70198426fe0741e3017826b8bf3ee5ad8 (diff)
lavf: make avio_read_partial() public
Main use-case is proxying avio through a foreign I/O layer and a custom AVIO context, without losing latency and performance characteristics. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
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 463247f48e..ed90be890d 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2017-03-23
API changes, most recent first:
+2016-xx-xx - xxxxxxx - lavf 58.1.0 - avio.h
+ Add avio_read_partial().
+
2017-xx-xx - xxxxxxx - lavu 56.4.0 - imgutils.h
Add av_image_fill_black().