summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-02-11 14:15:20 +0100
committerAnton Khirnov <anton@khirnov.net>2014-02-24 07:25:07 +0100
commit1155fd02ae7bac215acab316e847c6bb25f74fc3 (patch)
treeed275ea172505fe236d353a17c618a32a6bff5c0 /doc/APIchanges
parent746dca483a2f0f2639265f6e1c0085c8861875a1 (diff)
frame: add a convenience function for copying AVFrame data
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
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.