[FFmpeg-devel] [PATCH v2 1/2] avcodec/libaom: Add HDR10+ metadata support
James Zern
jzern at google.com
Wed Jun 4 21:54:16 EEST 2025
On Wed, Jun 4, 2025 at 5:15 AM Maryla Ustarroz-Calonge via
ffmpeg-devel <ffmpeg-devel at ffmpeg.org> wrote:
>
> Signed-off-by: Maryla Ustarroz-Calonge <maryla at google.com>
> ---
> Changelog | 1 +
> libavcodec/libaomdec.c | 62 ++++++++++++++++++++++++++++++++++++++++++
> libavcodec/libaomenc.c | 55 +++++++++++++++++++++++++++++++++++++
> libavcodec/version.h | 2 +-
> 4 files changed, 119 insertions(+), 1 deletion(-)
>
lgtm.
> [...]
> +
> +static int decode_metadata(AVFrame *frame, const struct aom_image *img) {
The '{' goes on a new line.
More information about the ffmpeg-devel
mailing list