[FFmpeg-devel] [PATCH v8 1/2] avcodec/avutil: move dynamic HDR10+ metadata parsing to libavutil

James Almer jamrial at gmail.com
Tue Mar 21 13:23:35 EET 2023


On 3/16/2023 6:25 PM, Raphaël Zumer wrote:
> Signed-off-by: Raphaël Zumer <rzumer at tebako.net>
> ---
>   libavcodec/Makefile              |   6 +-
>   libavcodec/av1dec.c              |   6 +-
>   libavcodec/dynamic_hdr10_plus.c  | 198 -------------------------------
>   libavcodec/dynamic_hdr10_plus.h  |  35 ------
>   libavcodec/h2645_sei.c           |   6 +-
>   libavcodec/libdav1d.c            |   6 +-
>   libavutil/hdr_dynamic_metadata.c | 190 +++++++++++++++++++++++++++++
>   libavutil/hdr_dynamic_metadata.h |  13 ++
>   8 files changed, 215 insertions(+), 245 deletions(-)
>   delete mode 100644 libavcodec/dynamic_hdr10_plus.c
>   delete mode 100644 libavcodec/dynamic_hdr10_plus.h

If there are no more comments, I'll push this version soon.


More information about the ffmpeg-devel mailing list