]> git.sesse.net Git - vlc/commit
Removed useless check on input b_eof flag while waiting for decoder's fifos.
authorLaurent Aimar <fenrir@videolan.org>
Mon, 14 Sep 2009 19:05:09 +0000 (21:05 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 14 Sep 2009 21:26:46 +0000 (23:26 +0200)
commitdd2980838218267ab99aa4bc6730bb96f33c1b53
treed08ed97fabbfab8a6ad8b0bc35361acf7b1f3df0
parent8c61e8b37a5267498af3f2bb983a84632886d1ff
Removed useless check on input b_eof flag while waiting for decoder's fifos.

p_input->b_eof cannot be true at this stage.
src/input/input.c