master
parent
8f0d7176a8
commit
08686134da
|
@ -37,6 +37,10 @@
|
||||||
| 34 | ffmpegdemo | 视频流播放ffmpeg内核 |
|
| 34 | ffmpegdemo | 视频流播放ffmpeg内核 |
|
||||||
| 35 | vlcdemo | 视频流播放vlc内核 |
|
| 35 | vlcdemo | 视频流播放vlc内核 |
|
||||||
|
|
||||||
|
### 学习群
|
||||||
|
**Qt交流大会群 853086607(雨田哥)**
|
||||||
|
**Qt技术交流群 46679801(3000人群)**
|
||||||
|
|
||||||
![avatar](https://gitee.com/feiyangqingyun/QWidgetDemo/raw/master/snap/lightbutton.gif)
|
![avatar](https://gitee.com/feiyangqingyun/QWidgetDemo/raw/master/snap/lightbutton.gif)
|
||||||
![avatar](https://gitee.com/feiyangqingyun/QWidgetDemo/raw/master/snap/movewidget.gif)
|
![avatar](https://gitee.com/feiyangqingyun/QWidgetDemo/raw/master/snap/movewidget.gif)
|
||||||
![avatar](https://gitee.com/feiyangqingyun/QWidgetDemo/raw/master/snap/flatui.gif)
|
![avatar](https://gitee.com/feiyangqingyun/QWidgetDemo/raw/master/snap/flatui.gif)
|
||||||
|
|
|
@ -15,7 +15,6 @@ extern "C" {
|
||||||
#include "libavutil/ffversion.h"
|
#include "libavutil/ffversion.h"
|
||||||
#include "libavcodec/avcodec.h"
|
#include "libavcodec/avcodec.h"
|
||||||
#include "libswscale/swscale.h"
|
#include "libswscale/swscale.h"
|
||||||
|
|
||||||
#include "libavformat/avformat.h"
|
#include "libavformat/avformat.h"
|
||||||
#include "libavfilter/avfilter.h"
|
#include "libavfilter/avfilter.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue