MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / ff_decklink_packet_queue_end

Function ff_decklink_packet_queue_end

libavdevice/decklink_common.cpp:420–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420void ff_decklink_packet_queue_end(DecklinkPacketQueue *q)
421{
422 ff_decklink_packet_queue_flush(q);
423 pthread_mutex_destroy(&q->mutex);
424 pthread_cond_destroy(&q->cond);
425}
426
427unsigned long long ff_decklink_packet_queue_size(DecklinkPacketQueue *q)
428{

Callers 2

ff_decklink_read_closeFunction · 0.85

Calls 3

pthread_mutex_destroyFunction · 0.50
pthread_cond_destroyFunction · 0.50

Tested by

no test coverage detected