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

Mohammad Izadi moh.izadi at gmail.com
Mon Jan 27 21:54:54 EET 2020


Hey Carl,

I created this metadata 6 months ago to use it at YouTube. The metadata is
incomplete here. I already implemented HDR10+ for our local ffmpeg and
trying to push them to the head.
Please note that the current code of HDR10+ is not working.

On Mon, Jan 27, 2020, 11:44 AM Carl Eugen Hoyos <ceffmpeg at gmail.com> wrote:

> Am Mo., 27. Jan. 2020 um 20:34 Uhr schrieb Mohammad Izadi <
> moh.izadi at gmail.com>:
>
> >  /**
> >   * Allocate an AVDynamicHDRPlus structure and set its fields to
> >   * default values. The resulting struct can be freed using av_freep().
> > + * @param gb The input bit stream.
> > + * @param size The size of allocated memory for the returned
> > + *        AVDynamicHDRPlus structure.
> >   *
> >   * @return An AVDynamicHDRPlus filled with default values or NULL
> >   *         on failure.
> >   */
> > -AVDynamicHDRPlus *av_dynamic_hdr_plus_alloc(size_t *size);
> > +AVDynamicHDRPlus *av_dynamic_hdr_plus(GetBitContext *gb, size_t *size);
>
> This is a public function in an installed header: You cannot simply change
> or remove it.
>
> Carl Eugen
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-devel mailing list