基于qt,msvc2017-64bits,ffmpeg.opengl的播放器
chenshijun
2020-12-03 9e8804424408db79fcdb229a016ac87952e4e0f6
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()
{
 
}