]> git.sesse.net Git - vlc/blobdiff - src/video_output/video_output.c
dejidjei:
[vlc] / src / video_output / video_output.c
index 4c115056e2b59c7bee5799be2eee1b2d66b5b5b7..17db1c2e47b0d8af075c227bf6239ba554d044b5 100644 (file)
@@ -1522,6 +1522,7 @@ static int FilterCallback( vlc_object_t *p_this, char const *psz_cmd,
         p_suxor->p_input = p_input;
         p_vout->b_filter_change = true;
         vlc_object_yield( p_input );
+        printf("SUXXXXOR\n");
         vlc_thread_create( p_suxor, "suxor", SuxorRestartVideoES,
                            VLC_THREAD_PRIORITY_LOW, false );
     }