PR #21029 opened by Thomas Gritzan (Phygon)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21029
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21029.patch
This patch adds support for DeckLink SDK 14.3 and newer by using
the legacy interfaces in the header .
The missing QueryInterface i
Playback to a decklink device with a newer version of the
DeckLink SDK (14.3) stalls because the driver code calls
IDeckLinkVideoFrame::QueryInterface, which is not
implemented by ffmpeg.
This patch implements decklink_frame::QueryInterface,
so that playback works with both older (12.x) and
newer (
PR #21002 opened by Thomas Gritzan (Phygon)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21002
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21002.patch
Playback to a decklink device with a newer version of the
DeckLink SDK (14.3) stalls because the driver code calls
IDeckLinkVideoFra