diff options
author | Rodger Combs <rodger.combs@gmail.com> | 2015-10-26 02:08:58 -0500 |
---|---|---|
committer | Rodger Combs <rodger.combs@gmail.com> | 2015-10-28 04:23:14 -0500 |
commit | 1e477a970fd57f83b210b3cbc77698891d6bdf78 (patch) | |
tree | ae0b4eb41184cba6f6d548a43b9c94faa7e15a21 /doc | |
parent | 057ce755b9370629bcc840c998d5344099e46183 (diff) | |
download | ffmpeg-1e477a970fd57f83b210b3cbc77698891d6bdf78.tar.gz |
lavu: add AESNI CPU flag
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 119d11753e..c55dfe8162 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2015-10-27 - xxxxxxx - lavu 55.5.100 - cpu.h + Add AV_CPU_FLAG_AESNI. + 2015-10-27 - xxxxxxx - lavc 57.12.100 / 57.8.0 - avcodec.h Deprecate av_free_packet(). Use av_packet_unref() as replacement, it resets the packet in a more consistent way. |