diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-08-04 10:34:30 -0700 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-08-07 04:03:00 -0700 |
commit | bb789016d423d2cfacd2904ac66257bdf7f0964e (patch) | |
tree | 460c5b95faea1a30a56a86a91c22a0424c8474da /doc/APIchanges | |
parent | ad1ee5fa75a3d69d54c0691048939e94ab5a7f0d (diff) | |
download | ffmpeg-bb789016d423d2cfacd2904ac66257bdf7f0964e.tar.gz |
swscale: Undeprecate sws_getContext()
sws_getCachedContext is not a full replacement for the function.
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 344b3e56b6..1d4f07fa17 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2013-12-xx API changes, most recent first: +2014-08-xx - xxxxxxx - lsws 2.1.3 - swscale.h + sws_getCachedContext is not going to be removed in the future. + 2014-08-xx - xxxxxxx - lavc 55.57.3 - avcodec.h reordered_opaque is not going to be removed in the future. |