[FFmpeg-devel] [PATCH v2 3/4] avdevice/decklink: add levelA configure

2021-08-05 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- just rebase the code to the master branch to fix the first warning. doc/outdevs.texi| 4 libavdevice/decklink_common.cpp | 17 + libavdevice/decklink_common_c.h | 1 + libavdevice/decklink_enc_c.c| 1 +

Re: [FFmpeg-devel] [PATCH v2 3/4] avdevice/decklink: add levelA configure

2021-08-07 Thread Marton Balint
On Fri, 6 Aug 2021, lance.lmw...@gmail.com wrote: From: Limin Wang Signed-off-by: Limin Wang --- just rebase the code to the master branch to fix the first warning. doc/outdevs.texi| 4 libavdevice/decklink_common.cpp | 17 + libavdevice/decklink_common

Re: [FFmpeg-devel] [PATCH v2 3/4] avdevice/decklink: add levelA configure

2021-08-08 Thread lance . lmwang
On Sat, Aug 07, 2021 at 07:27:22PM +0200, Marton Balint wrote: > > > On Fri, 6 Aug 2021, lance.lmw...@gmail.com wrote: > > > From: Limin Wang > > > > Signed-off-by: Limin Wang > > --- > > just rebase the code to the master branch to fix the first warning. > > > > doc/outdevs.texi