Skip to content

Commit

Permalink
[rbp] Resume video output on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Nov 12, 2014
1 parent 4d5deea commit fb35afd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xbmc/linux/RBP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ bool CRBP::Initialize()
if (g_advancedSettings.m_cacheMemBufferSize == ~0U)
g_advancedSettings.m_cacheMemBufferSize = m_arm_mem < 256 ? 1024 * 1024 * 2 : 1024 * 1024 * 20;

// in case xbcm was restarted when suspended
ResumeVideoOutput();

g_OMXImage.Initialize();
m_omx_image_init = true;
return true;
Expand Down

0 comments on commit fb35afd

Please sign in to comment.