Changeset 16220

Show
Ignore:
Timestamp:
11/17/2008 08:57:18 PM (7 weeks ago)
Author:
jmarshallnz
Message:

changed: avoid having rendering thread waiting on being rescheduled by os to render what player asked us to display (on behalf of elupus)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/linuxport/XBMC/xbmc/Application.cpp

    r16207 r16220  
    23802380  // We just posted another frame. Keep track and notify. 
    23812381  m_frameCount++; 
     2382  SDL_mutexV(m_frameMutex); 
     2383 
    23822384  SDL_CondSignal(m_frameCond); 
    2383  
    2384   SDL_mutexV(m_frameMutex); 
    23852385#endif 
    23862386}