diff options
author | Mark Thompson <sw@jkqxz.net> | 2017-10-26 00:18:44 +0100 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2017-11-26 21:36:31 +0000 |
commit | 3536a3efb9fde88d34d526a51b1080247326cd6e (patch) | |
tree | 947da4c2bec368ae52a4301e525f92d4e69b90a9 /doc | |
parent | 67e81d79ccfc6713c797ddb19a3b8aea476c947b (diff) | |
download | ffmpeg-3536a3efb9fde88d34d526a51b1080247326cd6e.tar.gz |
lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index a0c8e709de..457a76971b 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,10 @@ libavutil: 2017-10-21 API changes, most recent first: +2017-11-xx - xxxxxxx - lavc 58.5.100 - avcodec.h + Deprecate user visibility of the AVHWAccel structure and the functions + av_register_hwaccel() and av_hwaccel_next(). + 2017-11-xx - xxxxxxx - lavc 58.4.100 - avcodec.h Add AVCodecHWConfig and avcodec_get_hw_config(). |