[vlc-devel] commit: Remove non-sense ( Rémi Denis-Courmont )
git version control
git at videolan.org
Tue Aug 25 16:53:47 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Aug 25 17:42:20 2009 +0300| [fa7f6b7de19475d448531b4587ca2442f753ab99] | committer: Rémi Denis-Courmont
Remove non-sense
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fa7f6b7de19475d448531b4587ca2442f753ab99
---
.../video_filter/atmo/AtmoExternalCaptureInput.cpp | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/modules/video_filter/atmo/AtmoExternalCaptureInput.cpp b/modules/video_filter/atmo/AtmoExternalCaptureInput.cpp
index 26410b9..4b87363 100644
--- a/modules/video_filter/atmo/AtmoExternalCaptureInput.cpp
+++ b/modules/video_filter/atmo/AtmoExternalCaptureInput.cpp
@@ -139,15 +139,6 @@ DWORD CAtmoExternalCaptureInput::Execute(void)
i++;
if(i == 100) {
i = 0;
-#if !defined(WIN32)
-/* kludge for pthreads? using the same condition variable too often results in hanging the pthread
- call inside vlc_cond_timedwait...
-*/
-#ifdef _ATMO_KLUDGE_
- vlc_cond_destroy( &m_WakeupCond );
- vlc_cond_init( &m_WakeupCond );
-#endif
-#endif
}
}
vlc_mutex_unlock( &m_WakeupLock );
More information about the vlc-devel
mailing list