From 44f2eda39ff55c69d4d739fb12a42a10b7ce581c Mon Sep 17 00:00:00 2001 From: Mark Thompson Date: Sat, 11 Feb 2017 15:13:04 +0000 Subject: lavc: Add device context field to AVCodecContext For use by codec implementations which can allocate frames internally. --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/APIchanges') diff --git a/doc/APIchanges b/doc/APIchanges index e7a0b14..a919ffb 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. -- cgit v1.1