diff --git a/app/videostreaming/avcodec/texturerenderer.cpp b/app/videostreaming/avcodec/texturerenderer.cpp index 980d93cd7..398f3ec8d 100644 --- a/app/videostreaming/avcodec/texturerenderer.cpp +++ b/app/videostreaming/avcodec/texturerenderer.cpp @@ -103,7 +103,8 @@ int TextureRenderer::queue_new_frame_for_display(AVFrame *src_frame) //std::cout<<"DRMPrimeOut::drmprime_out_display "<width<<"x"<height<<"\n"; if ((src_frame->flags & AV_FRAME_FLAG_CORRUPT) != 0) { //fprintf(stderr, "Discard corrupt frame: fmt=%d, ts=%" PRId64 "\n", src_frame->format, src_frame->pts); - qDebug()<<"Frame corrupt, but forwarding anyways"; + // log removed, can also appear on non corrupted frames + //qDebug()<<"Frame corrupt, but forwarding anyways"; //return 0; } latest_frame_mutex.lock();