Hey, do you need more stuff changed on this patch ?
2017-09-07 14:46 GMT+02:00 Gildas Fargeas :
> Ok, I changed the texi, added the bitrate and turned rgb48 value to rgb10.
>
> ---
> doc/indevs.texi | 22 ++--
> libavdevice/decklink_
Ok, I changed the texi, added the bitrate and turned rgb48 value to rgb10.
---
doc/indevs.texi | 22 ++--
libavdevice/decklink_common.cpp | 2 +-
libavdevice/decklink_common_c.h | 1 +
libavdevice/decklink_dec.cpp| 46 ++--
Sorry I completely forgot about the texi doc !
I agree with you regarding rgb48. It feels misleading. r210 is fine with
me.
I'll send the changes in a few minutes.
2017-09-06 18:47 GMT+02:00 Marton Balint :
>
>
> On Wed, 6 Sep 2017, Gildas Fargeas wrote:
>
> Alright, this
Alright, this should do the trick:
- use named const for raw_format option
- deprecate bm_v210
- bumped avdevice micro version
---
libavdevice/decklink_common.cpp | 2 +-
libavdevice/decklink_common_c.h | 1 +
libavdevice/decklink_dec.cpp| 43 ++---
libav
-by: Gildas Fargeas
---
libavdevice/decklink_common.cpp | 17 -
libavdevice/decklink_common.h | 1 +
libavdevice/decklink_common_c.h | 1 +
libavdevice/decklink_dec.cpp| 40
libavdevice/decklink_dec_c.c| 1 +
5 files changed, 51
I removed the option bm_v210 as it is replaced with a more complete pixel
format selection option.
The main objective for this patch was to enable RGB capture.
The pixel format codes are directly copied from the Decklink API.
Signed-off-by: Gildas Fargeas
---
libavdevice/decklink_common.cpp