]> git.sesse.net Git - nageru/blobdiff - main.cpp
Add a HTTP server for stream output.
[nageru] / main.cpp
index cc554cf6efbee78d79df4bde1c3c7321d5bb75af..6e95d18de6103415cad06f45c53036c70dd6069e 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -15,6 +15,7 @@ int main(int argc, char *argv[])
 {
        setenv("QT_XCB_GL_INTEGRATION", "xcb_egl", 0);
        setlinebuf(stdout);
+       av_register_all();
 
        QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts, true);
        QApplication app(argc, argv);