Merge pull request #1480 from kkartaltepe/module-descriptions

Plugins: Add descriptions to modules
This commit is contained in:
Jim
2018-09-16 15:34:28 -07:00
committed by GitHub
25 changed files with 100 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
OBS_DECLARE_MODULE()
OBS_MODULE_USE_DEFAULT_LOCALE("win-dshow", "en-US")
MODULE_EXPORT const char *obs_module_description(void)
{
return "Windows DirectShow source/encoder";
}
extern void RegisterDShowSource();
extern void RegisterDShowEncoders();