Commit 310df077 authored by Olivier Aubert's avatar Olivier Aubert

embedded snapshot: remove useless comment

parent f9ac9c2e
......@@ -86,18 +86,6 @@ mediacontrol_snapshot( mediacontrol_Instance *self,
RAISE_NULL( mediacontrol_InternalException, "No video output" );
}
/* TODO:
vlc_mutex_lock (&lock);
mutex_cleanup_push (&lock); // release the mutex in case of cancellation
while (!foobar)
vlc_cond_wait (&wait, &lock);
--- foobar is now true, do something about it here --
vlc_cleanup_run (); // release the mutex
*/
snprintf( path, 255, "object:%p", p_snapshot );
var_SetString( p_vout, "snapshot-path", path );
var_SetString( p_vout, "snapshot-format", "png" );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment