diff options
author | Mark Thompson <mrt@jkqxz.net> | 2016-02-18 23:25:52 +0000 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-03-19 15:38:00 +0100 |
commit | b1f01e85a92d401a9b29c79f23db36b7685e8c09 (patch) | |
tree | 16b5ce3710f61e21f8dd6a368bc1cbede920a399 /doc/APIchanges | |
parent | 1098f5c0495c61a98d4ff6b8e24c17974d4bace5 (diff) | |
download | ffmpeg-streaming-b1f01e85a92d401a9b29c79f23db36b7685e8c09.zip ffmpeg-streaming-b1f01e85a92d401a9b29c79f23db36b7685e8c09.tar.gz |
lavu: add a way to query hwcontext frame constraints
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 20fecb9..759816b 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2016-xx-xx - xxxxxxx - lavu 55.7.0 - hwcontext.h + Add AVHWFramesConstraints and associated API. + 2016-02-23 - 9200514 - lavf 57.5.0 - avformat.h Add AVStream.codecpar, deprecate AVStream.codec. |