remove invalid debug
This commit is contained in:
parent
9cce9744d2
commit
cca30661d7
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue