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 <[email protected]> wrote:

> Am Mo., 27. Jan. 2020 um 20:34 Uhr schrieb Mohammad Izadi <
> [email protected]>:
>
> >  /**
> >   * 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
> [email protected]
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> [email protected] with subject "unsubscribe".
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to