diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2017-07-07 17:42:57 -0400 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2017-08-15 15:26:20 +0200 |
commit | 14604087031d5cb93f8513a8835be67d72547b4a (patch) | |
tree | 21f4fa55223531d8ca162d6844d8a8807d68db87 /doc | |
parent | 8d2da0939cbd21a7f3b79e2b8b93ae2a0a3d4c2c (diff) | |
download | ffmpeg-14604087031d5cb93f8513a8835be67d72547b4a.tar.gz |
Add single precision planar RGB pixel formats
Add a pixel format flag to identify this family.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
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 c82de684ab..7babf5babb 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2017-08-08 - xxxxxxx - lavu 55.74.100 - pixdesc.h + Add AV_PIX_FMT_FLAG_FLOAT pixel format flag. + 2017-08-08 - xxxxxxx - lavu 55.72.100 - imgutils.h Add av_image_fill_black(). |