[FFmpeg-devel] [PATCH] Update HDR10+ metadata structure.

Hendrik Leppkes h.leppkes at gmail.com
Sat Feb 22 00:02:56 EET 2020


On Fri, Feb 21, 2020 at 7:08 PM Mohammad Izadi <moh.izadi at gmail.com> wrote:
>
> If you believe lavc is at the top of the hierarchy, I can simply move the
> file to lavc. Then both lavc and lavf can use it and hierarchy is
> respected. Can I do that? Doesn't break API? Any objection (with solution)?
> Let's make right decisions to speed up the process please :).
> --


The struct itself belongs in lavu with everything else of AVFrame. The
parsing of the mpeg-specific SEI data belongs in avcodec. You can't
just blindly move everything.

- Hendrik


More information about the ffmpeg-devel mailing list