From 5ce6085328a841e270c7ce1ddfdd36efabf0b095 Mon Sep 17 00:00:00 2001 From: xingzilong <xingzilong@454eff88-639b-444f-9e54-f578c98de674> Date: 星期四, 17 八月 2017 11:46:03 +0800 Subject: [PATCH] h264裸数据读取 --- VisitFace/RtspNativeCodec/app/libs/capnproto/include/kj/thread.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/VisitFace/RtspNativeCodec/app/libs/capnproto/include/kj/thread.h b/VisitFace/RtspNativeCodec/app/libs/capnproto/include/kj/thread.h index b17b88c..29146fb 100644 --- a/VisitFace/RtspNativeCodec/app/libs/capnproto/include/kj/thread.h +++ b/VisitFace/RtspNativeCodec/app/libs/capnproto/include/kj/thread.h @@ -53,7 +53,10 @@ private: struct ThreadState { + ThreadState(Function<void()> func); + Function<void()> func; + Function<void(Function<void()>)> initializer; kj::Maybe<kj::Exception> exception; unsigned int refcount; -- Gitblit v1.8.0