From cca30661d7ec9fee6b28858b5d45e6f180108043 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 4 Jun 2021 17:41:55 -0400 Subject: [PATCH] remove invalid debug --- src/zm_ffmpeg_camera.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/zm_ffmpeg_camera.cpp b/src/zm_ffmpeg_camera.cpp index 4aabfe387..17917d696 100644 --- a/src/zm_ffmpeg_camera.cpp +++ b/src/zm_ffmpeg_camera.cpp @@ -574,7 +574,6 @@ int FfmpegCamera::OpenFfmpeg() { Warning("Monitor dimensions are %dx%d but camera is sending %dx%d", width, height, mVideoCodecContext->width, mVideoCodecContext->height); } - zm_dump_codecpar(mVideoStream->codecpar); mCanCapture = true;