remove invalid debug

pull/3279/head
Isaac Connor 2021-06-04 17:41:55 -04:00
parent 9cce9744d2
commit cca30661d7
1 changed files with 0 additions and 1 deletions

View File

@ -574,7 +574,6 @@ int FfmpegCamera::OpenFfmpeg() {
Warning("Monitor dimensions are %dx%d but camera is sending %dx%d", Warning("Monitor dimensions are %dx%d but camera is sending %dx%d",
width, height, mVideoCodecContext->width, mVideoCodecContext->height); width, height, mVideoCodecContext->width, mVideoCodecContext->height);
} }
zm_dump_codecpar(mVideoStream->codecpar);
mCanCapture = true; mCanCapture = true;