[FFmpeg-devel] [PATCH 1/3] lavu: add support for Content Light Level side metadata
James Almer
jamrial at gmail.com
Thu Apr 6 17:43:32 EEST 2017
On 4/3/2017 4:29 AM, Steve Lhomme wrote:
> As found in HEVC.
>
> I put the code in mastering_display_metadata as they usually go together in
> Blu-Ray UHD sources.
>
> --
> update the previous patch:
> - rename CEA 861.3 to CTA-861.3
> - use MaxCLL and MaxFALL names that are more commonly found
> - use unsigned integer rather than rational numbers as (supposedly) in the specs
> - provide the structure size on output of av_content_light_metadata_alloc()
> update the previous patch:
> - rebased and updated version bump
> update the previous patch:
> - rebased and updated version bump
> - fix contains typo
> ---
> libavutil/frame.c | 1 +
> libavutil/frame.h | 6 ++++++
> libavutil/mastering_display_metadata.c | 23 ++++++++++++++++++++
> libavutil/mastering_display_metadata.h | 39 ++++++++++++++++++++++++++++++++++
> libavutil/version.h | 2 +-
> 5 files changed, 70 insertions(+), 1 deletion(-)
Added an APIChanges line and pushed.
Thanks.
More information about the ffmpeg-devel
mailing list