From d9952f61a53b693a75490e4932d7136e14e7dc08 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期二, 01 九月 2020 15:22:05 +0800 Subject: [PATCH] bug fixed --- csrc/thirdparty/ffmpeg/include/libavutil/threadmessage.h | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/csrc/thirdparty/ffmpeg/include/libavutil/threadmessage.h b/csrc/thirdparty/ffmpeg/include/libavutil/threadmessage.h index 8480a0a..42ce655 100644 --- a/csrc/thirdparty/ffmpeg/include/libavutil/threadmessage.h +++ b/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 -- Gitblit v1.8.0