added cut/copy/paste

This commit is contained in:
itsmattkc
2018-06-08 18:20:50 -07:00
parent 5f2ed68f7b
commit cf18e52e90
13 changed files with 312 additions and 189 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ extern "C" {
int main(int argc, char *argv[])
{
// init ffmpeg subsystem
av_register_all();
av_register_all();
QApplication a(argc, argv);
MainWindow w;