avutil: add AV_PIX_FMT_YA16 pixel format

This commit is contained in:
Vittorio Giovara
2014-07-29 14:06:22 +01:00
parent e96c3b81ca
commit e9abafca27
4 changed files with 29 additions and 2 deletions

View File

@ -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.