Skip to content

Commit

Permalink
squash: VideoPlayer: rendering updates
Browse files Browse the repository at this point in the history
  • Loading branch information
afedchin authored and popcornmix committed May 3, 2017
1 parent a49c239 commit f7f3c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/cores/VideoPlayer/VideoRenderers/BaseRenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ EShaderFormat CBaseRenderer::GetShaderFormat(ERenderFormat renderFormat)
else if (m_format == RENDER_FMT_UYVY422)
ret = SHADER_UYVY;
else
CLog::Log(LOGERROR, "CLinuxRendererGL::GetShaderFormat - unsupported format %d", renderFormat);
CLog::Log(LOGERROR, "CBaseRenderer::GetShaderFormat - unsupported format %d", renderFormat);

return ret;
}
Expand Down

0 comments on commit f7f3c94

Please sign in to comment.