diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-08-07 20:59:19 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-07 21:00:46 +0200 |
commit | c6a596f62685e6a446b6e8703d6409b367675134 (patch) | |
tree | d155ea01aaf529933834f21a047c54ca78aa35b0 /doc/APIchanges | |
parent | 4917fecf4a005918d4f32b95683f392f0fae0b51 (diff) | |
download | ffmpeg-c6a596f62685e6a446b6e8703d6409b367675134.tar.gz |
doc/APIchanges: Correct function reference.
The commit bb789016d423d2cfacd2904ac66257bdf7f0964e
un-deprecated sws_getContext()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 35de557672..4774f965c5 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -16,7 +16,7 @@ libavutil: 2012-10-22 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. + sws_getContext 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. |