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

Function av_thread_message_queue_set_free_func

libavutil/threadmessage.c:88–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void av_thread_message_queue_set_free_func(AVThreadMessageQueue *mq,
89 void (*free_func)(void *msg))
90{
91#if HAVE_THREADS
92 mq->free_func = free_func;
93#endif
94}
95
96void av_thread_message_queue_free(AVThreadMessageQueue **mq)
97{

Callers 2

fifo_initFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68