This commit is contained in:
itsmattkc
2019-01-04 18:55:14 +11:00
parent b82817132c
commit fda1ba64da
3 changed files with 35 additions and 9 deletions
+3 -2
View File
@@ -9,10 +9,11 @@ extern "C" {
int main(int argc, char *argv[]) {
// init ffmpeg subsystem
av_register_all();
avfilter_register_all();
avfilter_register_all();
QApplication a(argc, argv);
QApplication a(argc, argv);
MainWindow w;
if (argc > 1) w.launch_with_project(argv[1]);
w.showMaximized();
return a.exec();