Remove loading of test-input module

This commit is contained in:
jp9000 2014-07-12 12:05:36 -07:00
parent 1188ad7561
commit a1073b8c1d

View File

@ -509,7 +509,7 @@ void OBSBasic::OBSInit()
/* TODO: this is a test, all modules will be searched for and loaded
* automatically later */
obs_load_module("image-source");
obs_load_module("test-input");
// obs_load_module("test-input");
obs_load_module("obs-ffmpeg");
obs_load_module("obs-libfdk");
obs_load_module("obs-x264");