]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/hd1000a.cpp
Move last.fm password from PasswordShowOnEdit to Password.
[vlc] / modules / audio_output / hd1000a.cpp
index c111c2a6d12e7c8d9593f20bd717db0c0733e087..57c5bc2a1f0e27e2acb4583e89bea10330e2f439 100644 (file)
@@ -222,7 +222,7 @@ static int Thread( aout_instance_t * p_aout )
     struct aout_sys_t * p_sys = p_aout->output.p_sys;
     PCMAudioPlayer * pPlayer = p_sys->pPlayer;
 
-    while( !p_aout->b_die )
+    while( vlc_object_alive (p_aout) )
     {
         pPlayer->WaitForBuffer();