summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-02-01 15:39:50 +0100
committerAnton Khirnov <anton@khirnov.net>2016-02-14 22:29:52 +0100
commit7b3214d0050613bd347a2e41c9f78ffb766da25e (patch)
tree3fcde9d9a7e5998e5828235066e31c3cd8815f13 /doc
parent21f7cd4acd8dc4b4796b55966dd015cb037164d8 (diff)
lavc: add a field for passing AVHWFramesContext to encoders
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 d10cf98ad7..b9a0008779 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2015-08-28
API changes, most recent first:
+2016-xx-xx - lavc 57.13.0 - avcodec.h
+ Add AVCodecContext.hw_frames_ctx.
+
2016-xx-xx - lavfi 6.2.0 - avfilter.h
xxxxxxx avfilter.h - Add AVFilterLink.hw_frames_ctx.
xxxxxxx buffersrc.h - Add AVBufferSrcParameters and functions for handling it.