diff options
author | Marton Balint | 2018-04-19 23:00:47 +0200 |
---|---|---|
committer | Marton Balint | 2018-04-30 21:51:31 +0200 |
commit | 56b081da578f87aed804b44e539f6e5345f3049a (patch) | |
tree | 04d217c90fa2c4133dada372639644261d32a519 /doc/APIchanges | |
parent | 4c501bafc08c0260c299074d119b85ba39ab334a (diff) |
avutil/pixdesc: add AV_PIX_FMT_FLAG_ALPHA to AV_PIX_FMT_PAL8
Signed-off-by: Marton Balint <cus@passwd.hu>
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 a216e5aa4d..ede5b186ae 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2017-10-21 API changes, most recent first: +2018-04-xx - xxxxxxxxxx - lavu 56.18.100 - pixdesc.h + Add AV_PIX_FMT_FLAG_ALPHA to AV_PIX_FMT_PAL8. + 2018-04-xx - xxxxxxxxxx - lavu 56.17.100 - opt.h Add AV_OPT_FLAG_DEPRECATED. |