Files
FFmpeg/libavdevice
Thomas Gritzan 0cd75dbfa0 libavdevice/decklink: Implement QueryInterface to support newer driver
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 (>= 14.3) drivers.

Note: The patch still does not allow the code to compile
with DeckLink SDK 14.3 or newer, as the API has changed.
2025-11-27 20:12:03 +00:00
..
2025-08-03 13:48:47 +02:00
2025-06-15 21:00:38 +05:30
2024-03-31 00:08:43 +01:00
2025-06-08 19:42:56 -04:00
2025-08-03 13:48:47 +02:00
2024-03-31 00:08:43 +01:00