Change #250686
| Category | ffmpeg |
| Changed by | Thomas Gritzan <phygon@gmx.de> |
| Changed at | Mon 01 Dec 2025 22:37:12 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 27e94281d1c880b4cae28738e35c0d6f9a58f06b |
Comments
libavdevice/decklink: add support for DeckLink SDK 14.3 This patch adds support for DeckLink SDK 14.3 and newer by using the legacy interfaces in the header <DeckLinkAPI_v14_2_1.h>. The missing QueryInterface implementations are also provided.
Changed files
- libavdevice/decklink_common.cpp
- libavdevice/decklink_common.h
- libavdevice/decklink_dec.cpp
- libavdevice/decklink_enc.cpp