]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/atmo/atmo.cpp
Do not call vlc_thread_ready with non-waiting vlc_thread_create
[vlc] / modules / video_filter / atmo / atmo.cpp
index 7ac2a3ad206cd65336e053c41d60504be6d2c61c..e78bb4cdf099314acf8e87097c76911fb529da59 100644 (file)
@@ -1737,8 +1737,6 @@ static void *FadeToColorThread(vlc_object_t *obj)
     int i_src_green;
     int i_src_blue;
 
-    vlc_thread_ready( p_fadethread );
-
     uint8_t *p_source = NULL;
 
     int canc = vlc_savecancel ();