Re: [FFmpeg-devel] [PATCH v3 5/7] lavf, lavd: add AVClass for lavd & use iterate API

2018-03-19 Thread Michael Niedermayer
On Mon, Mar 19, 2018 at 07:35:39PM +, Josh de Kock wrote: > Add an AVClass for AVDevice as the .child_class_next member for lavf's > AVClass will no longer find devices. > --- > fftools/cmdutils.c | 10 + > fftools/ffmpeg_opt.c | 2 +- > libavdevice/Makefile | 1 + >

[FFmpeg-devel] [PATCH v3 5/7] lavf, lavd: add AVClass for lavd & use iterate API

2018-03-19 Thread Josh de Kock
Add an AVClass for AVDevice as the .child_class_next member for lavf's AVClass will no longer find devices. --- fftools/cmdutils.c | 10 + fftools/ffmpeg_opt.c | 2 +- libavdevice/Makefile | 1 + libavdevice/avdevice.h | 1 + libavdevice/options.c | 115