Skip to content

Commit

Permalink
MythOpenGLVideo: A new frame format is 'info' not 'warning'
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kendall committed Sep 29, 2020
1 parent 6fadac1 commit a2492b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/opengl/mythopenglvideo.cpp
Expand Up @@ -465,7 +465,7 @@ bool MythOpenGLVideo::SetupFrameFormat(VideoFrameType InputType, VideoFrameType
(TextureTarget == GL_TEXTURE_EXTERNAL_OES) ? "OES" : "2D";
QString texold = (m_textureTarget == QOpenGLTexture::TargetRectangle) ? "Rect" :
(m_textureTarget == GL_TEXTURE_EXTERNAL_OES) ? "OES" : "2D";
LOG(VB_GENERAL, LOG_WARNING, LOC +
LOG(VB_GENERAL, LOG_INFO, LOC +
QString("New frame format: %1:%2 %3x%4 (Tex: %5) -> %6:%7 %8x%9 (Tex: %10)")
.arg(format_description(m_inputType)).arg(format_description(m_outputType))
.arg(m_videoDim.width()).arg(m_videoDim.height()).arg(texold)
Expand Down

0 comments on commit a2492b7

Please sign in to comment.