Re: [FFmpeg-devel] [PATCH v4 5/7] lavd: add new API for iterating input and output devices

2018-02-05 Thread Josh de Kock
On Tue, Feb 06, 2018 at 06:38:08AM +0700, Muhammad Faiz wrote: > On Tue, Feb 6, 2018 at 6:35 AM, Muhammad Faiz wrote: > > [...] > > > > This is dependency violation. libavformat should have no dependencies > > with libavcodec. > >^ libavdevice. Yes, this just needs to use the lists which

Re: [FFmpeg-devel] [PATCH v4 5/7] lavd: add new API for iterating input and output devices

2018-02-05 Thread Muhammad Faiz
On Tue, Feb 6, 2018 at 6:35 AM, Muhammad Faiz wrote: > On Sat, Feb 3, 2018 at 2:44 AM, Josh de Kock wrote: >> This also adds an avpriv function to register devices in >> libavformat >> --- >> Makefile | 3 +- >> configure| 27 +-- >> libavdevice/.gitignore

Re: [FFmpeg-devel] [PATCH v4 5/7] lavd: add new API for iterating input and output devices

2018-02-05 Thread Muhammad Faiz
On Sat, Feb 3, 2018 at 2:44 AM, Josh de Kock wrote: > This also adds an avpriv function to register devices in > libavformat > --- > Makefile | 3 +- > configure| 27 +-- > libavdevice/.gitignore | 2 + > libavdevice/alldevices.c | 181 > +++

[FFmpeg-devel] [PATCH v4 5/7] lavd: add new API for iterating input and output devices

2018-02-02 Thread Josh de Kock
This also adds an avpriv function to register devices in libavformat --- Makefile | 3 +- configure| 27 +-- libavdevice/.gitignore | 2 + libavdevice/alldevices.c | 181 --- libavdevice/avdevice.c | 46 -