video analysis2.0拆分,ffmpeg封装go接口库
chenshijun
2019-12-03 f29f269d999fc4bb8a9bfa85629f08b89971a2ef
csrc/thirdparty/ffmpeg/include/libavutil/threadmessage.h
@@ -96,6 +96,14 @@
                                           void (*free_func)(void *msg));
/**
 * Return the current number of messages in the queue.
 *
 * @return the current number of messages or AVERROR(ENOSYS) if lavu was built
 *         without thread support
 */
int av_thread_message_queue_nb_elems(AVThreadMessageQueue *mq);
/**
 * Flush the message queue
 *
 * This function is mostly equivalent to reading and free-ing every message