Initialize ret to suppress warning.
parent
1d39605476
commit
6b651378c0
|
@ -270,7 +270,7 @@ int FfmpegCamera::PostCapture() {
|
|||
}
|
||||
|
||||
int FfmpegCamera::OpenFfmpeg() {
|
||||
int ret;
|
||||
int ret = 0;
|
||||
|
||||
error_count = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue