diff options
author | Lukasz Marek <lukasz.m.luki2@gmail.com> | 2014-05-10 08:06:53 +0200 |
---|---|---|
committer | Lukasz Marek <lukasz.m.luki2@gmail.com> | 2014-05-20 00:00:44 +0200 |
commit | 7336e39f3cd2833786b0ebcca5604e13d2f86500 (patch) | |
tree | ea7365b22575f5a411f6ec1f1351adcfade2f1cd /doc/APIchanges | |
parent | d43c303038e9bd9c7d1856234d81e6fc5b410c3f (diff) | |
download | ffmpeg-7336e39f3cd2833786b0ebcca5604e13d2f86500.tar.gz |
lavu/fifo: add av_fifo_alloc_array function
Allows to alloc fifo buffer by passing
number of elements and size of element.
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 4fd30def41..6999594966 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2012-10-22 API changes, most recent first: +2014-05-xx - xxxxxxx - lavu 52.86.100 - fifo.h + Add av_fifo_alloc_array() function. + 2014-05-xx - xxxxxxx - lavu 53.15.0 - frame.h, display.h Add AV_FRAME_DATA_DISPLAYMATRIX for exporting frame-level spatial rendering on video frames for proper display. |