ffmpeg/libavformat
Stefano Sabatini 55815edca0 prefer avio_check() over url_exist()
The problem with url_exist() is that it tries to open a resource in
RDONLY mode. If the file is a FIFO and there is already a reading
client, the open() call will hang.

By using avio_check() with access mode of 0, the second reading
process will check if the file exists without attempting to open it,
thus avoiding the lock.

Fix issue #1663.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-04-19 19:48:07 +02:00
..
2011-04-14 13:55:30 +02:00
2011-03-21 21:31:34 +01:00
2011-04-03 22:47:05 +02:00
2011-03-28 16:55:03 +02:00
2011-04-18 18:23:16 +02:00
2011-04-08 15:59:19 +02:00
2011-04-19 19:48:07 +02:00
2011-04-19 18:28:38 +02:00
2011-04-19 18:28:38 +02:00
2011-04-08 15:59:19 +02:00
2011-04-19 18:28:38 +02:00
2011-04-19 18:28:38 +02:00
2011-04-04 17:45:20 +02:00
2011-04-08 15:59:19 +02:00
2011-04-04 17:45:20 +02:00
2011-04-08 15:59:19 +02:00
2011-04-03 22:47:39 +02:00
2011-04-08 15:59:19 +02:00
2011-04-01 19:29:08 +02:00
2011-04-13 07:38:15 +02:00