input: try to open "-input -file=" file even if stat() fails
commit650e8147c101769ffe921d1f59b997e892e47a6d
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
Sun, 17 Oct 2010 08:58:40 +0000 (17 08:58 +0000)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Tue, 2 Nov 2010 02:18:37 +0000 (2 04:18 +0200)
tree6caf0130bb985f8383a4417c8313c2ce58187e3f
parentc1287003c0df123e3b00bd5e4dcfca146366a3d9
input: try to open "-input -file=" file even if stat() fails

Do not fail opening a -input file= file just because stat failed, but try
to call "open" in any case.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32497 b3059339-0415-0410-9bf9-f77b7e298cf2

Make code clearer by putting the "special case hack" inside the if.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32499 b3059339-0415-0410-9bf9-f77b7e298cf2
input/input.c