基于qt,msvc2017-64bits,ffmpeg.opengl的播放器
chenshijun
2020-12-03 f96dd824b3653896bfec4e3bfdb6b02e84793075
1
2
3
4
5
6
7
#pragma once
 
#include <Windows.h>
#include <string>
#include "struct.h"
 
int run_player(std::string file, int videoType, DataCallback* dct);