diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-02-11 14:15:20 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-02-24 07:25:07 +0100 |
commit | 1155fd02ae7bac215acab316e847c6bb25f74fc3 (patch) | |
tree | ed275ea172505fe236d353a17c618a32a6bff5c0 /doc/APIchanges | |
parent | 746dca483a2f0f2639265f6e1c0085c8861875a1 (diff) | |
download | ffmpeg-1155fd02ae7bac215acab316e847c6bb25f74fc3.tar.gz |
frame: add a convenience function for copying AVFrame data
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 ec311a5177..48b925bd54 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2013-12-xx API changes, most recent first: +2014-xx-xx - xxxxxxx - lavu 53.05.0 - frame.h + Add av_frame_copy() for copying the frame data. + 2014-02-xx - xxxxxxx - lavr 1.2.0 - avresample.h Add avresample_is_open() for checking whether a resample context is open. |