From e85f6f7f8d037c0af0f294000718d9ba22753baa Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 9 May 2016 21:40:08 +0200 Subject: lavc: allow using AVCodecContext.hw_frames_ctx for decoding For now it will only be used by the default get_buffer2 callback for allocating hw frames. --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/APIchanges b/doc/APIchanges index de0213f80e..e251490944 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2016-xx-xx - xxxxxxx - lavc 57.23.0 - avcodec.h + AVCodecContext.hw_frames_ctx now may be used by decoders. + 2016-xx-xx - xxxxxxx - lavc 57.20.0 - avcodec.h Add FF_PROFILE_H264_MULTIVIEW_HIGH and FF_PROFILE_H264_STEREO_HIGH. -- cgit v1.2.3