mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-26 22:23:17 -05:00
Call avcodec_init()
This commit is contained in:
parent
748a208796
commit
235e13ef70
@ -554,6 +554,7 @@ main(int argc, char **argv)
|
||||
DPRINTF(E_LOG, L_MAIN, "Forked Media Server Version %s taking off\n", VERSION);
|
||||
|
||||
/* Initialize ffmpeg */
|
||||
avcodec_init();
|
||||
av_register_all();
|
||||
av_log_set_callback(logger_ffmpeg);
|
||||
register_ffmpeg_evbuffer_url_protocol();
|
||||
|
Loading…
x
Reference in New Issue
Block a user