diff options
author | Mark Thompson | 2017-02-09 00:23:36 +0000 |
---|---|---|
committer | Mark Thompson | 2017-02-13 22:06:43 +0000 |
commit | c1a5fca06f75cc0e7b9b2808fecaa0c1b424da50 (patch) | |
tree | 13c46887150c9a8473910f3fc88335d8bdc44a30 /doc | |
parent | aa234698e92fa856013a1391fac3526b06c4d533 (diff) |
lavc: Add device context field to AVCodecContext
For use by codec implementations which can allocate frames internally.
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 81e49c22b9..d739895aa4 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2017-02-13 - xxxxxxx - lavc 57.80.100 - avcodec.h + Add AVCodecContext.hw_device_ctx. + 2017-02-11 - xxxxxxx - lavu 55.47.100 - frame.h Add AVFrame.opaque_ref. |