Commit cc3a8d70 authored by Antoine Cellerier's avatar Antoine Cellerier
parent 911e1f49
......@@ -131,6 +131,9 @@ static int Open( vlc_object_t *p_this )
}
if( !strcmp( p_access->psz_name, "-" ) )
{
#if defined(WIN32)
setmode (STDOUT_FILENO, O_BINARY);
#endif
p_access->p_sys->i_handle = STDOUT_FILENO;
msg_Dbg( p_access, "using stdout" );
}
......
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