frame: add a convenience function for copying AVFrame data

This commit is contained in:
Anton Khirnov 2014-02-11 14:15:20 +01:00
parent 746dca483a
commit 1155fd02ae
4 changed files with 82 additions and 17 deletions

View file

@ -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.