Commit 976f60a5 authored by Marian Ďurkovič's avatar Marian Ďurkovič

Remove misleading comment, testing proved otherwise.

parent f6a7f440
......@@ -175,7 +175,6 @@ static int Demux( demux_t *p_demux )
int i_data;
/* I'm pretty sure that stream_Peek,stream_Read( , NULL ) would be faster*/
i_data = stream_Read( p_demux->s, p_sys->buffer, DUMP_BLOCKSIZE );
if ( i_data <= 0 )
return i_data;
......
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