[FFmpeg-devel] [PATCH 2/3] avdevice: add new API for iterating input and output devices
James Almer
jamrial at gmail.com
Wed Oct 14 17:03:36 EEST 2020
On 10/14/2020 10:56 AM, Anton Khirnov wrote:
> Quoting James Almer (2020-10-09 22:18:10)
>> And deprecate the linked list based one.
>>
>> Based on a patch by Josh de Kock.
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>> doc/APIchanges | 5 +++++
>> libavdevice/alldevices.c | 22 ++++++++++++++++++++++
>> libavdevice/avdevice.h | 36 ++++++++++++++++++++++++++++++++++++
>> libavdevice/version.h | 7 +++++--
>> 4 files changed, 68 insertions(+), 2 deletions(-)
>>
>
> Looks good, but might want to wait until we decide whether avdevice is
> going to continue existing as a separate library.
Sure, patch 1 alone is enough to remove FF_API_NEXT, so 2 and 3 can wait.
More information about the ffmpeg-devel
mailing list