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".

Reply via email to