We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd99d65 commit 20d1c27Copy full SHA for 20d1c27
plugins/win-dshow/dshow-plugin.cpp
@@ -42,6 +42,7 @@ static bool vcam_installed(bool b64)
42
bool obs_module_load(void)
43
{
44
RegisterDShowSource();
45
+ RegisterDShowEncoders();
46
#ifdef VIRTUALCAM_AVAILABLE
47
if (vcam_installed(false))
48
obs_register_output(&virtualcam_info);
plugins/win-dshow/libdshowcapture
0 commit comments