[FFmpeg-devel] [PATCH 2/3] avcodec.h: split AVCodec API into its own header

James Almer jamrial at gmail.com
Mon May 25 16:21:12 EEST 2020


On 5/25/2020 10:12 AM, Anton Khirnov wrote:
> -/**
> - * Iterate over all registered codecs.
> - *
> - * @param opaque a pointer where libavcodec will store the iteration state. Must
> - *               point to NULL to start the iteration.
> - *
> - * @return the next registered codec or NULL when the iteration is
> - *         finished
> - */
> -const AVCodec *av_codec_iterate(void **opaque);
> -
>  #if FF_API_NEXT

Why are you not moving the deprecated functions as well? They are
AVCodec related and should remain with the rest until they are
effectively removed.


More information about the ffmpeg-devel mailing list