1 Star 0 Fork 0

zobzob/videoplayer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
test.cpp 434 Bytes
一键复制 编辑 原始数据 按行查看 历史
zobzob 提交于 2023-10-05 15:44 . 同步完成备份
#include "test.h"
#include "vpentrance.h"
Test::Test(QObject *parent)
: QObject{parent}
{
}
void Test::test_initial_success()
{
VpEntrance* test = VpEntrance::getInstance();
// bool res = test->start("D:/DownKyiDownload/input.mp4", 640, 480);
int i = 100;
while(i--) {
av_usleep(100000);
qDebug()<<"第"<<i<<"次"<<av_gettime_relative() / 1000000.0;
}
bool res = true;
QVERIFY(res);
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/zobzob/videoplayer.git
git@gitee.com:zobzob/videoplayer.git
zobzob
videoplayer
videoplayer
master

搜索帮助