Skip to content

Commit 20d1c27

Browse files
authored
Revert dshow fix (#695)
* Revert "remove old code what lead to startup crash (#692)" This reverts commit cd99d65. * keep libdshow fix
1 parent cd99d65 commit 20d1c27

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

plugins/win-dshow/dshow-plugin.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ static bool vcam_installed(bool b64)
4242
bool obs_module_load(void)
4343
{
4444
RegisterDShowSource();
45+
RegisterDShowEncoders();
4546
#ifdef VIRTUALCAM_AVAILABLE
4647
if (vcam_installed(false))
4748
obs_register_output(&virtualcam_info);

0 commit comments

Comments
 (0)