preferences dialog update

This commit is contained in:
itsmattkc
2019-02-11 02:29:22 -08:00
parent cee7c197ae
commit 679d7b752b
13 changed files with 2202 additions and 1906 deletions
+1 -5
View File
@@ -80,11 +80,7 @@ int main(int argc, char *argv[]) {
if (use_internal_logger) {
qInstallMessageHandler(debug_message_handler);
}
// init ffmpeg subsystem
av_register_all();
avfilter_register_all();
}
QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts);