Home
last modified time | relevance | path

Searched refs:decklink_timecode_format_map (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Ddecklink_common.h191 static const BMDTimecodeFormat decklink_timecode_format_map[] = { variable
H A Ddecklink_dec.cpp1182 if (cctx->tc_format > 0 && (unsigned int)cctx->tc_format < FF_ARRAY_ELEMS(decklink_timecode_format_map)) in ff_decklink_read_header()
1183 ctx->tc_format = decklink_timecode_format_map[cctx->tc_format]; in ff_decklink_read_header()

Completed in 4 milliseconds