]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/transform.c
macosx: Remove VLCEmbeddedDetachedVout because it's not used. (Or at leat doesn't...
[vlc] / modules / video_filter / transform.c
index 3f5f0ec7d8ad4c0eb183a2c70e7300ddce00c333..dc880d2efc4d26464e9084986002ca1f13b81ce1 100644 (file)
@@ -320,7 +320,7 @@ static void Render( vout_thread_t *p_vout, picture_t *p_pic )
     while( ( p_outpic = vout_CreatePicture( p_vout->p_sys->p_vout, 0, 0, 0 ) )
               == NULL )
     {
-        if( p_vout->b_die || p_vout->b_error )
+        if( !vlc_object_alive (p_vout) || p_vout->b_error )
         {
             return;
         }