diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-01-09 09:25:32 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-02-14 21:24:39 +0100 |
commit | 721a4efc0545548a241080b53ab480e34f366240 (patch) | |
tree | 18a42b31590ac34907c2f76d77b92078c2f0f656 /doc | |
parent | c084d6d2cfb570b10d8784eb20cc696dfb7c5605 (diff) | |
download | ffmpeg-streaming-721a4efc0545548a241080b53ab480e34f366240.zip ffmpeg-streaming-721a4efc0545548a241080b53ab480e34f366240.tar.gz |
buffer: add support for pools using caller data in allocation
This should allow using more complex allocators than simple malloc
wrappers.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 6f7a141..5bc5968 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2016-xx-xx - lavu 55.6.0 + xxxxxxx buffer.h - Add av_buffer_pool_init2(). + 2016-xx-xx - xxxxxxx - lavf 57.3.0 - avformat.h Add AVFormatContext.opaque, io_open and io_close, allowing custom IO for muxers and demuxers that open additional files. |