mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 08:15:02 -05:00
Removed avcodec_init, obsolete in ffmpeg 0.11
This commit is contained in:
parent
fa965dee75
commit
9172a1618d
@ -569,9 +569,6 @@ main(int argc, char **argv)
|
||||
|
||||
DPRINTF(E_LOG, L_MAIN, "Forked Media Server Version %s taking off\n", VERSION);
|
||||
|
||||
/* Initialize ffmpeg */
|
||||
avcodec_init();
|
||||
|
||||
ret = av_lockmgr_register(ffmpeg_lockmgr);
|
||||
if (ret < 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user