avdevice/decklink_dec: add support for querying RP188 High Frame Rate timecode
Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
@ -191,6 +191,11 @@ static const BMDTimecodeFormat decklink_timecode_format_map[] = {
|
||||
bmdTimecodeVITC,
|
||||
bmdTimecodeVITCField2,
|
||||
bmdTimecodeSerial,
|
||||
#if BLACKMAGIC_DECKLINK_API_VERSION >= 0x0b000000
|
||||
bmdTimecodeRP188HighFrameRate,
|
||||
#else
|
||||
(BMDTimecodeFormat)0,
|
||||
#endif
|
||||
};
|
||||
|
||||
int ff_decklink_set_configs(AVFormatContext *avctx, decklink_direction_t direction);
|
||||
|
Reference in New Issue
Block a user