summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2021-10-13 23:05:40 +0300
committerJan Ekström <jeebjp@gmail.com>2021-10-24 13:04:39 +0300
commita5622ed16f8e22a80cecd8936799e61f61a74cd5 (patch)
treecc21b0c91593e7cb0f8393969f69c092f88d272b /doc
parentd39b58dc32b5fc7b480eeb9ef00a610732f02c2c (diff)
avformat/avio{,buf}: deprecate AVIOContext::written
Originally added as a private entry in commit 3f75e5116b900f1428aa13041fc7d6301bf1988a, but its grouping with the comment noting its private state was missed during merging of the field from Libav (most likely due to an already existing field in between).
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 7b267a79ac..4731e14cb1 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -14,6 +14,12 @@ libavutil: 2021-04-27
API changes, most recent first:
+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
+ the comment noting its private state was missed during merging of the field
+ from Libav (most likely due to an already existing field in between).
+
2021-09-21 - xxxxxxxxxx - lavu 57.7.100 - pixfmt.h
Add AV_PIX_FMT_X2BGR10.