diff options
author | Rainer Hochecker <fernetmenta@online.de> | 2018-04-20 08:23:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-20 08:23:46 +0200 |
commit | 35c9f36856a57e2a39074cabdad7b6a589eca166 (patch) | |
tree | 16e9c5acba11f0c118ebc55bf907eff8b28a9e2e | |
parent | 5295d8e39934c2e6ab171685cc3e9d3a3ab9af81 (diff) | |
parent | a9b54e1e6551d61b82a59da8111827cef146cbdd (diff) |
Merge pull request #13791 from FernetMenta/ffmpeg
ffmpeg: drop some deprecated functions
-rw-r--r-- | xbmc/Application.cpp | 6 |
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 ¶ms) 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 |