]> git.sesse.net Git - ffmpeg/commit
win32: Allow other programs to open the same files
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Fri, 20 Jan 2012 19:27:22 +0000 (20:27 +0100)
committerMartin Storsjö <martin@martin.st>
Wed, 27 Mar 2013 16:51:51 +0000 (18:51 +0200)
commite9cc98839574c7e8d546e890ebbf57d1766e5d8a
tree8c486d7131bff874dece844432c17f4233bd6f6c
parentcfe5908a72e72ac781d5e3ca02d9fab646e87881
win32: Allow other programs to open the same files

In order to match Linux behaviour better our Windows-specific
open() replacement should disable Windows default file locking.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/os_support.c