Removed avcodec_init, obsolete in ffmpeg 0.11

This commit is contained in:
ejurgensen 2013-05-24 20:57:42 +02:00
parent fa965dee75
commit 9172a1618d

View File

@ -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)
{