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 <ceffm...@gmail.com> wrote: > Am Mo., 27. Jan. 2020 um 20:34 Uhr schrieb Mohammad Izadi < > moh.iz...@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@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe". _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".