diff options
author | James Almer | 2017-01-31 15:15:47 -0300 |
---|---|---|
committer | James Almer | 2017-01-31 15:17:19 -0300 |
commit | 2eab48177d74782cf948e7ae13aef2ee5d7ab1c1 (patch) | |
tree | 2ebcb7c8fb7eeb376f6255609e19d6bdb6f85547 /doc | |
parent | ac774cfa571734c49c26e2d3387adccff8957ff8 (diff) | |
parent | 7d7355aa92bb36ca0765c49a569a999bcb96f332 (diff) |
Merge commit '7d7355aa92bb36ca0765c49a569a999bcb96f332'
* commit '7d7355aa92bb36ca0765c49a569a999bcb96f332':
x86: Add SSSE3_SLOW CPU flag and related convenience macros
Merged-by: James Almer <jamrial@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 109d550573..8bca71ef36 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2017-01-31 - xxxxxxx - lavu 55.46.100 / 55.20.0 - cpu.h + Add AV_CPU_FLAG_SSSE3SLOW. + 2017-01-24 - xxxxxxx - lavu 55.45.100 - channel_layout.h Add av_get_extended_channel_layout() |