[FFmpeg-devel] [PATCH 2/3] lavc: Add Content Light Level side metadata found in HEVC

James Almer jamrial at gmail.com
Thu Apr 6 17:44:55 EEST 2017


On 4/3/2017 4:29 AM, Steve Lhomme wrote:
> These data are necessary when transmitting HDR over HDMI.
> 
> --
> update the previous patch:
> - rename CEA 861.3 to CTA-861.3
> - update with MaxCLL/MaxFALL changes in avutil
> update the previous patch:
> - rebased and updated version bump
> ---
>  libavcodec/avcodec.h  |  7 +++++++
>  libavcodec/avpacket.c |  1 +
>  libavcodec/hevc_sei.c | 15 +++++++++++++++
>  libavcodec/hevcdec.c  | 18 ++++++++++++++++++
>  libavcodec/hevcdec.h  |  5 +++++
>  libavcodec/utils.c    |  1 +
>  libavcodec/version.h  |  2 +-
>  7 files changed, 48 insertions(+), 1 deletion(-)

Updated version since it was already outdated, added an APIChanges
line and pushed.

Thanks.



More information about the ffmpeg-devel mailing list