Initialize ret to suppress warning.

pull/4202/head
Isaac Connor 2022-04-25 09:32:08 -04:00
parent 1d39605476
commit 6b651378c0
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ int FfmpegCamera::PostCapture() {
}
int FfmpegCamera::OpenFfmpeg() {
int ret;
int ret = 0;
error_count = 0;