diff options
author | Alan Kelly <alankelly-at-google.com@ffmpeg.org> | 2021-12-21 20:56:41 +0100 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2021-12-21 17:44:44 -0300 |
commit | ffbab99f2c22be06ef3c564fd38320d40e48a2b5 (patch) | |
tree | 1fe8ee8fadcd36aab7fba56c03801f893e4e7d76 /doc/APIchanges | |
parent | 14b6805eb29d193105998e530e92525d7fe98d6d (diff) | |
download | ffmpeg-ffbab99f2c22be06ef3c564fd38320d40e48a2b5.tar.gz |
libavutil/cpu: Add AV_CPU_FLAG_SLOW_GATHER.
This flag is set on Haswell and earlier and all AMD cpus.
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 93fc45ced4..ac75040274 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -14,6 +14,9 @@ libavutil: 2021-04-27 API changes, most recent first: +2021-12-21 - xxxxxxxxxx - lavu 57.12.100 - cpu.h + Add AV_CPU_FLAG_SLOW_GATHER. + 2021-12-20 - xxxxxxxxxx - lavu 57.11.101 - display.h Modified the documentation of av_display_rotation_set() to match its longstanding actual behaviour of treating |