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