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;