Use remove_authentication instead of mask_authentication

pull/3551/head
Isaac Connor 2022-07-04 11:02:02 -04:00 committed by Isaac Connor
parent 071301ffd9
commit dd02b56f13
1 changed files with 2 additions and 2 deletions

View File

@ -131,8 +131,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();
}