summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-02-11 15:13:04 +0000
committerMark Thompson <sw@jkqxz.net>2017-02-13 20:14:27 +0000
commit44f2eda39ff55c69d4d739fb12a42a10b7ce581c (patch)
tree8d4008c99ef8688c0318cbc49ee63e4d73e59241 /doc
parent07b5136c481d394992c7e951967df0cfbb346c0b (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/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index e7a0b14038..a919ffb2bf 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2015-08-28
API changes, most recent first:
+2017-xx-xx - xxxxxxx - lavc 57.34.0 - avcodec.h
+ Add AVCodecContext.hw_device_ctx.
+
2017-02-11 - xxxxxxx - lavu 55.32.0 - frame.h
Add AVFrame.opaque_ref.