Remove redundant debug

This commit is contained in:
Isaac Connor 2021-11-03 17:03:54 -04:00
parent 93055f44e8
commit 0119ff46aa
1 changed files with 0 additions and 1 deletions

View File

@ -270,7 +270,6 @@ int Image::PopulateFrame(AVFrame *frame) {
frame->width = width;
frame->height = height;
frame->format = imagePixFormat;
Debug(1, "PopulateFrame: width %d height %d linesize %d colours %d imagesize %d", width, height, linesize, colours, size);
zm_dump_video_frame(frame, "Image.Populate(frame)");
return 1;
} // int Image::PopulateFrame(AVFrame *frame)