deps/libff: Remove network init

Isn't really necessary due to libff being deprecated
This commit is contained in:
jp9000 2017-03-26 12:40:55 -07:00
parent 45d029b1fb
commit a08d5505e6

View file

@ -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();
}