[FFmpeg-devel] [PATCH] libavdevice/decklink: 32 bit audio support
Marton Balint
cus at passwd.hu
Wed Oct 18 22:07:41 EEST 2017
On Mon, 16 Oct 2017, Dave Rice wrote:
> Hi,
>
> I tested this with my Ultrastudio Express and confirmed that I'm getting
> higher bit depth recordings with the abitscope filter. This patch adds
> an option to get 32 bit audio as an input with the decklink device
> (beforehand only 16 bit audio was supported). This resolves
> http://trac.ffmpeg.org/ticket/6708 and is partly based upon Georg
> Lippitisch's earlier draft at
> https://ffmpeg.org/pipermail/ffmpeg-devel/2015-January/167649.html.
>
>
> From fbf2bd40471c8fa35374bb1a51c51a3f4f36b992 Mon Sep 17 00:00:00 2001
> From: Dave Rice <dave at dericed.com>
> Date: Thu, 12 Oct 2017 13:40:59 -0400
> Subject: [PATCH] libavdevice/decklink: 32 bit audio support
>
> Partially based upon Georg Lippitsch's patch at https://ffmpeg.org/pipermail/ffmpeg-devel/2015-January/167649.html.
> ---
> libavdevice/decklink_common.h | 1 +
> libavdevice/decklink_common_c.h | 1 +
> libavdevice/decklink_dec.cpp | 17 ++++++++++++++---
> libavdevice/decklink_dec_c.c | 1 +
> 4 files changed, 17 insertions(+), 3 deletions(-)
Missing docs/indevs.texi update and libavdevice micro bump.
Regards,
Marton
More information about the ffmpeg-devel
mailing list