summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2021-10-18 00:35:48 +0300
committerJan Ekström <jeebjp@gmail.com>2021-10-24 13:04:39 +0300
commit682bafdb12507ec8b049ecbbe2e48bf814927002 (patch)
treec2e7df981e2c02d9f5013d8f2d2242f131bfad77 /doc
parenta5622ed16f8e22a80cecd8936799e61f61a74cd5 (diff)
avformat/avio{,buf}: introduce public AVIOContext::bytes_{read,written}
Such fields can be seen as generally useful in cases where the API user is not implementing custom AVIO callbacks, but still would like to know if data is being read or written out, such as in case data is being read from input but no AVPacket has been received yet.
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 4731e14cb1..99e185ee4e 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -14,6 +14,9 @@ libavutil: 2021-04-27
API changes, most recent first:
+2021-10-18 - xxxxxxxxxx - lavf 59.8.100 - avio.h
+ Introduce public bytes_{read,written} statistic fields to AVIOContext.
+
2021-10-13 - xxxxxxxxxx - lavf 59.7.100 - avio.h
Deprecate AVIOContext.written. Originally added as a private entry in
commit 3f75e5116b900f1428aa13041fc7d6301bf1988a, its grouping with