diff options
author | Anton Khirnov <anton@khirnov.net> | 2017-02-08 09:32:17 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2017-02-11 11:37:45 +0100 |
commit | e6bff23f1e11aefb16a2b5d6ee72bf7469c5a66e (patch) | |
tree | a5093654857657901adc9792b40a93a974e5be50 /doc | |
parent | 5c8a5765dc5f4e29afb85b95be393c30f45412a8 (diff) | |
download | ffmpeg-e6bff23f1e11aefb16a2b5d6ee72bf7469c5a66e.tar.gz |
cpu: add a function for querying maximum required data alignment
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 8c7d279fec..be34c92d3f 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2017-02-xx - xxxxxxx - lavu 55.31.0 - cpu.h + Add av_cpu_max_align() for querying maximum required data alignment. + 2016-xx-xx - xxxxxxx - lavf 57.11.0 - avio.h Add avio_context_free(). From now on it must be used for freeing AVIOContext. |