pixdesc: Add API to map color property names to enum values

Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
This commit is contained in:
Vittorio Giovara
2017-09-21 13:23:21 +02:00
parent a5a6ac1a12
commit 2b50847e0f
4 changed files with 95 additions and 1 deletions

View File

@@ -13,6 +13,11 @@ libavutil: 2017-03-23
API changes, most recent first:
2017-xx-xx - xxxxxxx - lavu 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().
2016-xx-xx - xxxxxxx - lavf 58.1.0 - avio.h
Add avio_read_partial().