encoder/exportdialog: add compression options for H264 exporting

This commit is contained in:
itsmattkc
2020-03-03 01:47:04 +11:00
parent 796a30eda9
commit 9e8a384f14
15 changed files with 513 additions and 22 deletions
+6
View File
@@ -0,0 +1,6 @@
#include "codecsection.h"
CodecSection::CodecSection(QWidget *parent) :
QWidget(parent)
{
}