Re: [FFmpeg-devel] [PATCH 1/3] 10 Bit support for Decklink input device

2015-01-18 Thread Georg Lippitsch
Am 11.01.2015, 16:31 Uhr, schrieb Anshul : +result = ctx->dli->EnableVideoInput(ctx->bmd_mode, +cctx->v210 ? bmdFormat10BitYUV : bmdFormat8BitYUV, +bmdVideoInputFlagDefault); Why not save bmdFormat10BitYUV i

Re: [FFmpeg-devel] [PATCH 1/3] 10 Bit support for Decklink input device

2015-01-16 Thread Michael Niedermayer
On Sun, Jan 11, 2015 at 09:01:20PM +0530, Anshul wrote: > On 01/11/2015 08:08 PM, Georg Lippitsch wrote: > > --- > > libavdevice/decklink_common_c.h | 1 + > > libavdevice/decklink_dec.cpp| 18 ++ > > libavdevice/decklink_dec_c.c| 1 + > > 3 files changed, 16 insertions(+

Re: [FFmpeg-devel] [PATCH 1/3] 10 Bit support for Decklink input device

2015-01-11 Thread Anshul
On 01/11/2015 08:08 PM, Georg Lippitsch wrote: > --- > libavdevice/decklink_common_c.h | 1 + > libavdevice/decklink_dec.cpp| 18 ++ > libavdevice/decklink_dec_c.c| 1 + > 3 files changed, 16 insertions(+), 4 deletions(-) > > diff --git a/libavdevice/decklink_common_c.h b

[FFmpeg-devel] [PATCH 1/3] 10 Bit support for Decklink input device

2015-01-11 Thread Georg Lippitsch
--- libavdevice/decklink_common_c.h | 1 + libavdevice/decklink_dec.cpp| 18 ++ libavdevice/decklink_dec_c.c| 1 + 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/libavdevice/decklink_common_c.h b/libavdevice/decklink_common_c.h index 861a51a..fb2b788 1006