fix(capture): fix VHD_CORE_SP_BUFFERQUEUE_DEPTH constant name for SDK 6.34
This commit is contained in:
parent
884c8829a0
commit
7d408035ac
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ int main(int argc, char *argv[]) {
|
|||
VHD_SetStreamProperty(video_stream, VHD_SDI_SP_VIDEO_STANDARD, video_std);
|
||||
VHD_SetStreamProperty(video_stream, VHD_SDI_SP_CLOCK_SYSTEM, clock_div);
|
||||
VHD_SetStreamProperty(video_stream, VHD_CORE_SP_TRANSFER_SCHEME, VHD_TRANSFER_SLAVED);
|
||||
VHD_SetStreamProperty(video_stream, VHD_CORE_SP_SLOTS_QUEUE_DEPTH, 8);
|
||||
VHD_SetStreamProperty(video_stream, VHD_CORE_SP_BUFFERQUEUE_DEPTH, 8);
|
||||
|
||||
/* ── Launch audio thread (FIFO open blocks until FFmpeg connects) ── */
|
||||
pthread_t audio_tid = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue