3 Star 10 Fork 5

user_957424 / QT_Ffmpeg_RtspTest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
main.cpp 447 Bytes
一键复制 编辑 原始数据 按行查看 历史
drs 提交于 2018-03-15 17:41 . commit
/*
* 本代码整理来自http://www.qtcn.org/bbs/read-htm-tid-56392.html,
* 由于本人直接下载原作者文件不能成功运行,现将整理好的给大家借鉴。
* 构建成功后,需要将/DLL目录下的.dll文件复制到生成的.exe文件所在的目录
*/
#include "frmmain.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
FrmMain w;
w.show();
return a.exec();
}
C/C++
1
https://gitee.com/ruishengDu/QT_Ffmpeg_RtspTest.git
git@gitee.com:ruishengDu/QT_Ffmpeg_RtspTest.git
ruishengDu
QT_Ffmpeg_RtspTest
QT_Ffmpeg_RtspTest
master

搜索帮助