diff options
author | Raphaël Zumer <rzumer@tebako.net> | 2019-08-11 09:54:56 -0400 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2019-09-01 19:56:05 -0300 |
commit | 8821d1f56e189db54ae3c58410a124464acdeb7c (patch) | |
tree | 450a3a3a713904eed1c699aa223a163daf7d3b5c /doc/APIchanges | |
parent | cc78783ce5e8837d4f4ca43eedf2d299651e65ff (diff) | |
download | ffmpeg-8821d1f56e189db54ae3c58410a124464acdeb7c.tar.gz |
avutil/pixfmt: Add EBU Tech. 3213-E AVColorPrimaries value
This is an alias for JEDEC P22.
The name associated with the value is also changed
from jedec-p22 to ebu3213 to match ITU-T H.273.
Signed-off-by: Raphaël Zumer <rzumer@tebako.net>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 682b67aa25..82f38987d6 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2017-10-21 API changes, most recent first: +2019-09-01 - xxxxxxxxxx - lavu 56.34.100 - pixfmt.h + Add EBU Tech. 3213-E AVColorPrimaries value + 2019-08-xx - xxxxxxxxxx - lavf 58.31.101 - avio.h 4K limit removed from avio_printf. |