diff --git a/deps/libff/libff/ff-util.c b/deps/libff/libff/ff-util.c index ca6aa9151..03fe39a22 100644 --- a/deps/libff/libff/ff-util.c +++ b/deps/libff/libff/ff-util.c @@ -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(); }