摘要: FFmpeg从视频中提取音频 #include <iostream> extern "C" { #include <libavutil/log.h> #include <libavformat/avformat.h> } enum class AUDIO_OP_ERRORS { NO_ERROR, 阅读全文
posted @ 2021-06-24 21:25 西北逍遥 阅读(749) 评论(0) 推荐(0) 编辑
摘要: Qt 整合SDL2报错 1>qtmaind.lib(qtmain_win.obj) : error LNK2019: 无法解析的外部符号 main,该符号在函数 WinMain 中被引用1>ifctest1.exe : fatal error LNK1120: 1 个无法解析的外部命令 解决方法一: 阅读全文
posted @ 2021-06-24 16:55 西北逍遥 阅读(585) 评论(0) 推荐(0) 编辑
摘要: QCryptographicHash Header: #include <QCryptographicHash>qmake: QT += coreSince: Qt 4.3 注意:在5.9之前的Qt版本中,当被要求生成SHA3时,qcryptographicshash实际上计算了Keccak。如果您 阅读全文
posted @ 2021-06-24 10:22 西北逍遥 阅读(445) 评论(6) 推荐(0) 编辑