Skip to content

Commit fe2b87a

Browse files
committed
Fixed variable name.
1 parent 78047ed commit fe2b87a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

windows/mf/Service/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ void updateCameras(void *, const std::vector<std::string> &)
210210
IMFVCam *vcam = nullptr;
211211
auto hr = mfCreateVirtualCamera(MFVCamType_SoftwareCameraSource,
212212
//MFVCamLifetime_Session,
213-
MFMFVCamLifetime_System,
213+
MFVCamLifetime_System,
214214
//MFVCamAccess_CurrentUser,
215215
MFVCamAccess_AllUsers,
216216
descriptionWStr,

0 commit comments

Comments
 (0)