Files
mpv/stream
wm4 34259f11dc stream_file: properly detect stdin as pipe
There is some code that checks a FD for whether it is a regular file or
not. If it's not a regular file, it e.g. enables use of poll() to avoid
blocking forever.

But this was done only for FDs that were open()ed by us, not from stdin
special handling or fd://. Consequently, " | mpv -" could block the
player. Fix this by moving the code and running for it on all FDs.

Also, set p->regular_file even on mingw.
2018-05-24 19:56:34 +02:00
..
2015-10-30 15:51:26 +01:00
2015-10-30 15:51:26 +01:00
2017-05-11 07:29:01 +02:00
2017-05-11 07:29:01 +02:00
2015-04-13 12:10:01 +02:00
2016-01-11 21:05:55 +01:00
2014-09-13 16:09:51 +02:00
2015-04-13 12:10:01 +02:00
2015-03-29 13:37:14 +02:00
2017-02-02 18:26:58 +01:00
2017-06-18 15:13:45 +02:00
2018-03-04 16:28:24 -08:00
2018-03-04 16:28:24 -08:00
2017-06-18 15:13:45 +02:00
2018-03-04 16:28:24 -08:00