diff options
author | James Almer <jamrial@gmail.com> | 2017-07-27 14:21:41 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-07-27 14:21:41 -0300 |
commit | 9f449227a3adb1b139ccb7171b1f3b366a1c323a (patch) | |
tree | 4c7349b36bf66d08fd249cffc7102781afda9cd1 | |
parent | 9835ee60da31184dd6f6700328e75c78fa485efe (diff) | |
download | ffmpeg-9f449227a3adb1b139ccb7171b1f3b366a1c323a.tar.gz |
doc/APIChanges: add missing entry for ICC Profile side data type.
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 69f876e6c3..63fac21000 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2017-07-25 - 24de4fddca - lavu 55.69.100 - frame.h + Add AV_FRAME_DATA_ICC_PROFILE side data type. + 2017-xx-xx - xxxxxxx - lavc 57.100.100 - avcodec.h DXVA2 and D3D11 hardware accelerated decoding now supports the new hwaccel API, which can create the decoder context and allocate hardware frame automatically. |