From cea5570b83fabf1b6a59b9ce62699085eb4818d8 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 18 Aug 2018 19:55:47 +0200 Subject: [PATCH] av_register_all() is deprecated, so do not call it anymore (no replacement needed). --- main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/main.cpp b/main.cpp index 0f1e6fa..2479715 100644 --- 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); -- 2.39.2