Re: [FFmpeg-devel] [PATCH] avutil/file_open: avoid file handle inheritance on Windows

2015-10-30 Thread wm4
On Fri, 30 Oct 2015 11:30:40 +0100 Tobias Rapp wrote: > On 29.10.2015 09:38, Tobias Rapp wrote: > > Attached patch fixes file lock issues in my Windows application when a > > child process is started with handle inheritance enabled (standard > > input/output redirection) while a FFmpeg transcodin

Re: [FFmpeg-devel] [PATCH] avutil/file_open: avoid file handle inheritance on Windows

2015-10-30 Thread Tobias Rapp
On 30.10.2015 11:54, Hendrik Leppkes wrote: On Fri, Oct 30, 2015 at 11:30 AM, Tobias Rapp wrote: On 29.10.2015 09:38, Tobias Rapp wrote: Attached patch fixes file lock issues in my Windows application when a child process is started with handle inheritance enabled (standard input/output redir

Re: [FFmpeg-devel] [PATCH] avutil/file_open: avoid file handle inheritance on Windows

2015-10-30 Thread Hendrik Leppkes
On Fri, Oct 30, 2015 at 11:30 AM, Tobias Rapp wrote: > On 29.10.2015 09:38, Tobias Rapp wrote: >> >> Attached patch fixes file lock issues in my Windows application when a >> child process is started with handle inheritance enabled (standard >> input/output redirection) while a FFmpeg transcoding

Re: [FFmpeg-devel] [PATCH] avutil/file_open: avoid file handle inheritance on Windows

2015-10-30 Thread Tobias Rapp
On 29.10.2015 09:38, Tobias Rapp wrote: Attached patch fixes file lock issues in my Windows application when a child process is started with handle inheritance enabled (standard input/output redirection) while a FFmpeg transcoding is running in the parent process. BTW: It would be great if the p

[FFmpeg-devel] [PATCH] avutil/file_open: avoid file handle inheritance on Windows

2015-10-29 Thread Tobias Rapp
Attached patch fixes file lock issues in my Windows application when a child process is started with handle inheritance enabled (standard input/output redirection) while a FFmpeg transcoding is running in the parent process. BTW: It would be great if the patch could also be applied to the 2.7/