From 18a05d269516a5e33d8460291c2f93e73d95adce Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期二, 26 十二月 2023 10:45:31 +0800 Subject: [PATCH] GetYUV format is NV12 --- 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