fix #242
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user