summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2020-06-01 10:25:09 -0300
committerJames Almer <jamrial@gmail.com>2020-06-05 10:07:04 -0300
commitec39c2276ac795d8221198d4e6e837beac016ff2 (patch)
tree1ac06efc4d6732194233904c5f2a9faced823594 /doc
parent7f817853cd05597a00361c0931048c4fb72042e3 (diff)
avutil/buffer: use the default allocator if none is provided to av_buffer_pool_init2()
Signed-off-by: James Almer <jamrial@gmail.com>
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 fb5534b5f5..c7e4ce3e6a 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2017-10-21
API changes, most recent first:
+2020-06-xx - xxxxxxxxxx - lavu 56.50.100 - buffer.h
+ Passing NULL as alloc argument to av_buffer_pool_init2() is now allowed.
+
2020-xx-xx - xxxxxxxxxx - lavc 58.88.100 - avcodec.h codec.h
Move AVCodec-related public API to new header codec.h.