diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2017-09-20 13:27:10 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2017-09-21 13:33:29 +0200 |
commit | 6f15f1cdc85350b7adcfb7c50eedb5ecde6a384a (patch) | |
tree | 7486faddbeeae90685460f8276fd7d0bd458bbb4 /doc/APIchanges | |
parent | bba9c1c6bb17529ffbf44fe96984408ebb89dae0 (diff) | |
download | ffmpeg-6f15f1cdc85350b7adcfb7c50eedb5ecde6a384a.tar.gz |
pixdesc: Add API to map color property names to enum values
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index c20ab9c988..d06144f1e9 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,11 @@ libavutil: 2015-08-28 API changes, most recent first: +2017-xx-xx - xxxxxxx - lavu 55.76.100 / 56.6.0 - pixdesc.h + Add av_color_range_from_name(), av_color_primaries_from_name(), + av_color_transfer_from_name(), av_color_space_from_name(), and + av_chroma_location_from_name(). + 2017-09-13 - xxxxxxx - lavc 57.106.100 - avcodec.h Add AV_PKT_FLAG_TRUSTED. |