diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-01-14 11:37:34 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-07-20 18:43:28 +0200 |
commit | 7d7355aa92bb36ca0765c49a569a999bcb96f332 (patch) | |
tree | 2e36df9300bf9c019883cd9328166df8dec6c019 /doc | |
parent | 4efab89332ea39a77145e8b15562b981d9dbde68 (diff) | |
download | ffmpeg-7d7355aa92bb36ca0765c49a569a999bcb96f332.tar.gz |
x86: Add SSSE3_SLOW CPU flag and related convenience macros
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 c554602680..1b65c4be1f 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2016-07-20 - xxxxxxx - lavu 55.20.0 - cpu.h + Add AV_CPU_FLAG_SSSE3SLOW. + 2016-07-02 - 4926fa9 - lavu 55.19.0 - hwcontext_vaapi.h Add driver quirks field to VAAPI-specific hwdevice and enum with members AV_VAAPI_DRIVER_QUIRK_* to represent its values. |