returned to AVFilter solution

This commit is contained in:
itsmattkc
2018-10-01 00:03:43 +10:00
parent 8f67b46714
commit c21a21c219
6 changed files with 106 additions and 11 deletions
+2
View File
@@ -3,12 +3,14 @@
extern "C" {
#include <libavformat/avformat.h>
#include <libavfilter/avfilter.h>
}
int main(int argc, char *argv[])
{
// init ffmpeg subsystem
av_register_all();
avfilter_register_all();
QApplication a(argc, argv);
MainWindow w;