diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-07-29 14:06:22 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-08-04 12:55:08 +0100 |
commit | e9abafca278f87e1ecc6d50091d99b73ff63c9a6 (patch) | |
tree | 7fb2efff907b9c937fc9de350af6f1fb23508413 /doc | |
parent | e96c3b81cadd0ba84d43b1f3a54980df3785d9a5 (diff) | |
download | ffmpeg-e9abafca278f87e1ecc6d50091d99b73ff63c9a6.tar.gz |
avutil: add AV_PIX_FMT_YA16 pixel format
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 38e53bc15c..bd1b0b89ec 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2013-12-xx API changes, most recent first: +2014-08-xx - xxxxxxx - lavu 53.22.0 - pixfmt.h + Add AV_PIX_FMT_YA16 pixel format for 16 bit packed gray with alpha. + 2014-08-xx - xxxxxxx - lavu 53.21.1 - avstring.h Rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 to better identify the format. An alias pixel format and color space name are provided for compatibility. |