diff options
author | Clément Bœsch <cboesch@gopro.com> | 2017-05-05 13:04:24 +0200 |
---|---|---|
committer | Clément Bœsch <cboesch@gopro.com> | 2017-05-05 13:04:38 +0200 |
commit | 651ee9346105b9d492e01172ab447c04d03fa32e (patch) | |
tree | e0aa99cb1538dd8198ea50e0bf3c4fb57d489177 /doc/APIchanges | |
parent | 20e72faef6946cde8e59981ef511b824a01c5adb (diff) | |
parent | e435beb1ea5380a90774dbf51fdc8c941e486551 (diff) | |
download | ffmpeg-streaming-651ee9346105b9d492e01172ab447c04d03fa32e.zip ffmpeg-streaming-651ee9346105b9d492e01172ab447c04d03fa32e.tar.gz |
Merge commit 'e435beb1ea5380a90774dbf51fdc8c941e486551'
* commit 'e435beb1ea5380a90774dbf51fdc8c941e486551':
crypto: consistently use size_t as type for length parameters
Merged-by: Clément Bœsch <cboesch@gopro.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index b9d7b8b..e8c08ca 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,10 @@ libavutil: 2015-08-28 API changes, most recent first: +2017-xx-xx - xxxxxxxxxx + Change av_sha_update() and av_md5_sum()/av_md5_update() length + parameter type to size_t at next major bump. + 2017-05-05 - xxxxxxxxxx - lavc 57.94.100 - avcodec.h The cuvid decoders now support AVCodecContext.hw_device_ctx, which removes the requirement to set an incomplete AVCodecContext.hw_frames_ctx only to |