summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-10-26 00:18:44 +0100
committerMark Thompson <sw@jkqxz.net>2017-11-26 21:36:31 +0000
commit3536a3efb9fde88d34d526a51b1080247326cd6e (patch)
tree947da4c2bec368ae52a4301e525f92d4e69b90a9 /doc/APIchanges
parent67e81d79ccfc6713c797ddb19a3b8aea476c947b (diff)
lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges4
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().