Skip to content

Commit

Permalink
fixed: GLES now also captures thumbnails as BGRA
Browse files Browse the repository at this point in the history
  • Loading branch information
bobo1on1 committed Nov 18, 2011
1 parent a9f0ae0 commit 454912c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions xbmc/cores/VideoRenderers/RenderCapture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,7 @@ CRenderCaptureGL::~CRenderCaptureGL()

int CRenderCaptureGL::GetCaptureFormat()
{
#ifdef HAS_GLES
return CAPTUREFORMAT_RGBA;
#else
return CAPTUREFORMAT_BGRA;
#endif
}

void CRenderCaptureGL::BeginRender()
Expand Down

1 comment on commit 454912c

@Memphiz
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bob - any quickfix on that one maybe? http://forum.xbmc.org/showthread.php?t=115441

Please sign in to comment.