mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-10 05:08:11 -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);
|
DPRINTF(E_LOG, L_MAIN, "Forked Media Server Version %s taking off\n", VERSION);
|
||||||
|
|
||||||
/* Initialize ffmpeg */
|
/* Initialize ffmpeg */
|
||||||
|
avcodec_init();
|
||||||
av_register_all();
|
av_register_all();
|
||||||
av_log_set_callback(logger_ffmpeg);
|
av_log_set_callback(logger_ffmpeg);
|
||||||
register_ffmpeg_evbuffer_url_protocol();
|
register_ffmpeg_evbuffer_url_protocol();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user