summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-05-09 21:40:08 +0200
committerAnton Khirnov <anton@khirnov.net>2016-06-21 19:52:17 +0200
commite85f6f7f8d037c0af0f294000718d9ba22753baa (patch)
tree05c805b8ef8001af5a30b94c8ed0da4aa2c1cd3b /doc
parent40dd5166d2ba4f9035b93748840e408cd8be40e5 (diff)
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.
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 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.