Skip to content

Commit

Permalink
Don't depend on avdevice and avfilter
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Shpikin committed Jun 2, 2017
1 parent 18d014a commit de2d02f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/avutils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ void init()
av_register_all();
avformat_network_init();
avcodec_register_all();
avfilter_register_all();
avdevice_register_all();
// avfilter_register_all();
// avdevice_register_all();

av_lockmgr_register(avcpp_lockmgr_cb);
set_logging_level(AV_LOG_ERROR);
Expand Down

0 comments on commit de2d02f

Please sign in to comment.