aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Hochecker <fernetmenta@online.de>2018-04-20 08:23:46 +0200
committerGitHub <noreply@github.com>2018-04-20 08:23:46 +0200
commit35c9f36856a57e2a39074cabdad7b6a589eca166 (patch)
tree16e9c5acba11f0c118ebc55bf907eff8b28a9e2e
parent5295d8e39934c2e6ab171685cc3e9d3a3ab9af81 (diff)
parenta9b54e1e6551d61b82a59da8111827cef146cbdd (diff)
Merge pull request #13791 from FernetMenta/ffmpeg
ffmpeg: drop some deprecated functions
-rw-r--r--xbmc/Application.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/xbmc/Application.cpp b/xbmc/Application.cpp
index 3b2408bd26..9e7226b46a 100644
--- a/xbmc/Application.cpp
+++ b/xbmc/Application.cpp
@@ -545,12 +545,6 @@ bool CApplication::Create(const CAppParamParser &params)
CEnvironment::setenv("OS", "win32");
#endif
- // register avcodec
- avcodec_register_all();
- // register avformat
- av_register_all();
- // register avfilter
- avfilter_register_all();
// initialize network protocols
avformat_network_init();
// set avutil callback