基于qt,msvc2017-64bits,ffmpeg.opengl的播放器
zhangmeng
2021-03-03 4a6d9312cc1c9d62d66c4def71246d9faae29edb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**
 * 叶海辉
 * QQ群121376426
 * http://blog.yundiantech.com/
 */
 
#include "VideoPlayerNormal.h"
 
VideoPlayerNormal::VideoPlayerNormal()
{
    initPlayer();
}
 
VideoPlayerNormal::~VideoPlayerNormal()
{
 
}