Re: [FFmpeg-cvslog] lavf: Don't try to update files atomically with renames on windows

2014-11-24 Thread Reimar Döffinger
On 25.11.2014, at 02:48, g...@videolan.org (Martin Storsjö) wrote: > ffmpeg | branch: master | Martin Storsjö | Tue Nov 18 > 14:06:19 2014 +0200| [b9d08c77a44390b0848c06f20bc0e9e951ba6a3c] | committer: > Martin Storsjö > > lavf: Don't try to update files atomically with renames on windows > >

[FFmpeg-cvslog] lavf: Don't try to update files atomically with renames on windows

2014-11-24 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue Nov 18 14:06:19 2014 +0200| [b9d08c77a44390b0848c06f20bc0e9e951ba6a3c] | committer: Martin Storsjö lavf: Don't try to update files atomically with renames on windows On windows, rename(2) will fail if the target file exists. On unix this trick is