diff options
author | Steve Lhomme <robux4@gmail.com> | 2017-04-03 09:29:45 +0200 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-04-06 11:26:25 -0300 |
commit | b378f5bd640177801681479ddb9fe80ececd9cf8 (patch) | |
tree | 9ff921d7c9c124e76ab1a0d5305f148316936f22 /libavutil/frame.h | |
parent | 2a512f86c12d2ed588733c454a12930efbad49f4 (diff) | |
download | ffmpeg-b378f5bd640177801681479ddb9fe80ececd9cf8.tar.gz |
lavu: add support for Content Light Level side metadata
As found in HEVC.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavutil/frame.h')
-rw-r--r-- | libavutil/frame.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libavutil/frame.h b/libavutil/frame.h index 7cb78a1a44..4d8c1bed4f 100644 --- a/libavutil/frame.h +++ b/libavutil/frame.h @@ -127,6 +127,12 @@ enum AVFrameSideDataType { * libavutil/spherical.h. */ AV_FRAME_DATA_SPHERICAL, + + /** + * Content light level (based on CTA-861.3). This payload contains data in + * the form of the AVContentLightMetadata struct. + */ + AV_FRAME_DATA_CONTENT_LIGHT_LEVEL, }; enum AVActiveFormatDescription { |