[FFmpeg-devel] [PATCH v2] avdevice/decklink_dec: map the raw_format instead of

2020-11-14 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- libavdevice/decklink_common.h | 9 + libavdevice/decklink_dec.cpp | 3 ++- libavdevice/decklink_dec_c.c | 12 ++-- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/libavdevice/decklink_common.h b/libavdevice/deckl

[FFmpeg-devel] [PATCH v2] avdevice/decklink_dec: map the raw_format instead of hardcode

2020-11-14 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- libavdevice/decklink_common.h | 9 + libavdevice/decklink_dec.cpp | 3 ++- libavdevice/decklink_dec_c.c | 12 ++-- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/libavdevice/decklink_common.h b/libavdevice/deckl

Re: [FFmpeg-devel] [PATCH v2] avdevice/decklink_dec: map the raw_format instead of hardcode

2020-11-18 Thread Marton Balint
On Sat, 14 Nov 2020, lance.lmw...@gmail.com wrote: From: Limin Wang Well, this patch changes the numerical values for the string constants. We sometimes do that, and probably it is cleaner if we do mapping the same way we do with other options, but a libavdevice micro bump is definitely

Re: [FFmpeg-devel] [PATCH v2] avdevice/decklink_dec: map the raw_format instead of hardcode

2020-11-18 Thread lance . lmwang
On Wed, Nov 18, 2020 at 07:37:40PM +0100, Marton Balint wrote: > > > On Sat, 14 Nov 2020, lance.lmw...@gmail.com wrote: > > > From: Limin Wang > > Well, this patch changes the numerical values for the string constants. We > sometimes do that, and probably it is cleaner if we do mapping the sam