Use remove_authentication instead of mask_authentication

pull/3520/head
Isaac Connor 2022-07-04 11:02:02 -04:00
parent 365830a9ae
commit a5ef240e96
1 changed files with 2 additions and 2 deletions

View File

@ -119,8 +119,8 @@ FfmpegCamera::FfmpegCamera(
hwaccel_name(p_hwaccel_name),
hwaccel_device(p_hwaccel_device)
{
mMaskedPath = mask_authentication(mPath);
mMaskedSecondPath = mask_authentication(mSecondPath);
mMaskedPath = remove_authentication(mPath);
mMaskedSecondPath = remove_authentication(mSecondPath);
if ( capture ) {
FFMPEGInit();
}