Commit e49b9638 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

atmo: remove extraneous parentheses

parent c916ea73
...@@ -137,7 +137,7 @@ void CAtmoExternalCaptureInput::DeliverNewSourceDataPaket(VLC_BITMAPINFOHEADER * ...@@ -137,7 +137,7 @@ void CAtmoExternalCaptureInput::DeliverNewSourceDataPaket(VLC_BITMAPINFOHEADER *
DWORD CAtmoExternalCaptureInput::Execute(void) DWORD CAtmoExternalCaptureInput::Execute(void)
{ {
while ((this->m_bTerminated == ATMO_FALSE)) { while (this->m_bTerminated == ATMO_FALSE) {
vlc_mutex_lock( &m_WakeupLock ); vlc_mutex_lock( &m_WakeupLock );
vlc_cond_timedwait(&m_WakeupCond, &m_WakeupLock, mdate() + 75000 ); vlc_cond_timedwait(&m_WakeupCond, &m_WakeupLock, mdate() + 75000 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment