video analysis2.0拆分,ffmpeg封装go接口库
zhangmeng
2019-11-29 b8c69e1f08f748dd19da3637f23bf680ad14b0ec
csrc/thirdparty/gb28181/include/PsToEs.hpp
@@ -42,7 +42,7 @@
        pthread_mutex_lock(&mtx);
        if (q.empty()) {
            gettimeofday(&now, NULL);
            t.tv_sec = now.tv_sec + 5;
            t.tv_sec = now.tv_sec + 3;
            t.tv_nsec = now.tv_usec * 1000;
//            pthread_cond_wait(&cond, &mtx);
            pthread_cond_timedwait(&cond, &mtx, &t);