summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-10-26 00:18:39 +0100
committerMark Thompson <sw@jkqxz.net>2017-11-26 21:35:49 +0000
commit24cc0a53e99e281b0ff502e82e7cf857111eca3f (patch)
tree2b85011f3b02cef82eb4dc1d5c90b683b043385b /doc
parent2779d33ed99898675e0b3884fabe1ce6839f36d1 (diff)
lavc: Add codec metadata to indicate hardware support
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index fecd57387a..a0c8e709de 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2017-10-21
API changes, most recent first:
+2017-11-xx - xxxxxxx - lavc 58.4.100 - avcodec.h
+ Add AVCodecHWConfig and avcodec_get_hw_config().
+
2017-11-22 - 3650cb2dfa - lavu 55.3.100 - opencl.h
Remove experimental OpenCL API (av_opencl_*).