[FFmpeg-devel] [PATCH 02/17] avdevice: deprecate av_*_device_next()

Josh de Kock josh at itanimul.li
Fri May 29 02:23:34 EEST 2020


On 28/05/2020 21:15, Anton Khirnov wrote:
> These functions rely on deprecated libavformat APIs and apparently have
> zero users outside of cmdutils. Since the functionality they provide is
> apparently not useful to anyone, deprecate them without replacement.
> ---
>   doc/APIchanges         | 4 ++++
>   fftools/cmdutils.c     | 2 +-
>   fftools/cmdutils.h     | 4 ++--
>   libavdevice/avdevice.c | 4 ++++
>   libavdevice/avdevice.h | 6 ++++++
>   5 files changed, 17 insertions(+), 3 deletions(-)
> 
> [...]

This is the last part of the iterate() API update. I was recently 
looking at this again, and I think this is the best way to solve it.

-- 
Josh


More information about the ffmpeg-devel mailing list