Skip to content

Commit f8d7cb4

Browse files
Remove debug
1 parent 251c4e5 commit f8d7cb4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/zm_image.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -765,8 +765,8 @@ void Image::AssignDirect(const AVFrame *frame) {
765765
imagePixFormat = static_cast<AVPixelFormat>(frame->format);
766766
size = av_image_get_buffer_size(imagePixFormat, frame->width, frame->height, 32);
767767
allocation = size;
768-
Debug(3, "Size %u, allocation %lu", size, allocation);
769-
zm_dump_video_frame(frame, "AssignDirect");
768+
//Debug(3, "Size %u, allocation %lu", size, allocation);
769+
//zm_dump_video_frame(frame, "AssignDirect");
770770

771771
switch(static_cast<AVPixelFormat>(frame->format)) {
772772
case AV_PIX_FMT_RGBA:

0 commit comments

Comments
 (0)