修复无法编译的bug

This commit is contained in:
xiongziliang
2018-10-25 17:39:19 +08:00
parent 3d83a236b6
commit dc1ce6fe11
7 changed files with 21 additions and 43 deletions

View File

@@ -68,6 +68,8 @@ int main(int argc, char *argv[]) {
H264Decoder decoder;
YuvDisplayer displayer;
//todo(xzl) 修复此处
#if 0
player->setOnVideoCB([&](const H264Frame &frame) {
#ifndef __MACH__
SDLDisplayerHelper::Instance().doTask([&, frame]() {
@@ -93,7 +95,7 @@ int main(int argc, char *argv[]) {
#endif
});
#endif
EventPoller::Instance().runLoop();
}
UDPServer::Destory();