Converted atmo filter to vlc_clone().
commitf83e0c967608835f2150537f513af524cabe80ee
authorLaurent Aimar <fenrir@videolan.org>
Tue, 17 May 2011 20:21:05 +0000 (17 22:21 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 17 May 2011 20:22:50 +0000 (17 22:22 +0200)
treeb3a1b6347283b80ed014ac15125b5f54c1c31329
parent03718ff86c4534fc0b6740ca7ca11733dc8f6983
Converted atmo filter to vlc_clone().

I have just modified it to remove the use of vlc_thread_create(). There is
a lot of improvement that can be done to the way the thread are handled.

I have not tested it for regressions.
modules/video_filter/atmo/AtmoExternalCaptureInput.cpp
modules/video_filter/atmo/AtmoExternalCaptureInput.h
modules/video_filter/atmo/AtmoLiveView.cpp
modules/video_filter/atmo/AtmoPacketQueue.cpp
modules/video_filter/atmo/AtmoPacketQueue.h
modules/video_filter/atmo/AtmoThread.cpp
modules/video_filter/atmo/AtmoThread.h
modules/video_filter/atmo/atmo.cpp