added timecode displays (finally)

This commit is contained in:
itsmattkc
2018-06-20 01:01:51 -07:00
parent 8bca36368e
commit b73826d04f
4 changed files with 45 additions and 3 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ Media* Project::import_file(QString file) {
pg->fmt_ctx = pFormatCtx; // cleaned up in PG
pg->media = m;
connect(pg, SIGNAL(finished()), pg, SLOT(deleteLater()));
pg->run();
pg->start(QThread::LowPriority);
delete [] filename;
return m;