reverted init functions from ffmpeg 3

This commit is contained in:
itsmattkc
2019-02-13 11:00:32 -08:00
parent 4890650466
commit bd5b2cf036
+4
View File
@@ -82,6 +82,10 @@ int main(int argc, char *argv[]) {
qInstallMessageHandler(debug_message_handler);
}
// init ffmpeg subsystem
av_register_all();
avfilter_register_all();
QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts);
QApplication a(argc, argv);