deps/libff: Remove network init
Isn't really necessary due to libff being deprecated
This commit is contained in:
parent
45d029b1fb
commit
a08d5505e6
2
deps/libff/libff/ff-util.c
vendored
2
deps/libff/libff/ff-util.c
vendored
@ -47,7 +47,7 @@ struct ff_codec_desc {
|
||||
void ff_init()
|
||||
{
|
||||
av_register_all();
|
||||
avdevice_register_all();
|
||||
//avdevice_register_all();
|
||||
avcodec_register_all();
|
||||
avformat_network_init();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user