diff options
author | Mark Thompson <sw@jkqxz.net> | 2017-06-18 18:16:27 +0100 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2017-09-13 22:03:27 +0100 |
commit | 9cb23cd9fe58e262273ce606b6febfef0509e316 (patch) | |
tree | 9f6120e707a7c644e7ac26bd1ed095a8a8b57942 /doc | |
parent | 7bae17e37ab63d1cfcea22c68c455f859db3663c (diff) | |
download | ffmpeg-9cb23cd9fe58e262273ce606b6febfef0509e316.tar.gz |
lavu: Add DRM hwcontext
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index cc67cbf6f8..c37de06138 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2017-09-13 - xxxxxxx - lavu 55.75.100 - hwcontext.h hwcontext_drm.h + Add AV_HWDEVICE_TYPE_DRM and implementation. + 2017-09-08 - xxxxxxx - lavfi 6.103.100 - buffersrc.h Add av_buffersrc_close(). |