From: Steinar H. Gunderson Date: Sat, 18 Aug 2018 17:55:47 +0000 (+0200) Subject: av_register_all() is deprecated, so do not call it anymore (no replacement needed). X-Git-Tag: 1.8.0~76^2~125 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=cea5570b83fabf1b6a59b9ce62699085eb4818d8;p=nageru av_register_all() is deprecated, so do not call it anymore (no replacement needed). --- 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);