]> git.sesse.net Git - nageru/commitdiff
av_register_all() is deprecated, so do not call it anymore (no replacement needed).
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 18 Aug 2018 17:55:47 +0000 (19:55 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 18 Aug 2018 17:55:47 +0000 (19:55 +0200)
main.cpp

index 0f1e6fa1eead8ca1eabacce3cc5fb2d10f44944c..2479715565af8d227c224dc4c756458cdfa0bfdf 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -45,7 +45,6 @@ int record_thread_func();
 
 int main(int argc, char **argv)
 {
-       av_register_all();
        avformat_network_init();
 
        QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts, true);