diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2016-02-24 17:05:11 +0000 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2016-02-24 17:05:11 +0000 |
commit | 7e49cdd12973ceea7545bf43966de563ce92bcf7 (patch) | |
tree | b018d11ae7388ef6bec7bc91871bc6f1f09a321e /doc | |
parent | ef9915a0e2435a6dc4562c6cf0727408e46c9172 (diff) | |
parent | 7b3214d0050613bd347a2e41c9f78ffb766da25e (diff) | |
download | ffmpeg-7e49cdd12973ceea7545bf43966de563ce92bcf7.tar.gz |
Merge commit '7b3214d0050613bd347a2e41c9f78ffb766da25e'
* commit '7b3214d0050613bd347a2e41c9f78ffb766da25e':
lavc: add a field for passing AVHWFramesContext to encoders
Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 3c18454647..4e952a891d 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2016-xx-xx - lavc 57.25.0 - avcodec.h + Add AVCodecContext.hw_frames_ctx. + 2016-xx-xx - lavfi 6.36.0 - avfilter.h xxxxxxx avfilter.h - Add AVFilterLink.hw_frames_ctx. xxxxxxx buffersrc.h - Add AVBufferSrcParameters and functions for handling it. |