[FFmpeg-devel] [PATCH] Enable dash output to work when the output isn't a local file

Derek Buitenhuis derek.buitenhuis at gmail.com
Mon Jan 4 18:12:19 CET 2016


On 1/4/2016 4:46 PM, Ganesh Ajjanagadde wrote:
> Yes, this is strange. url_move points to file_move, and the only
> system functionality it relies on is rename, available in stdio.h. The
> semantics vary from system to system, with some details specified in
> POSIX, but rename itself is standard C:
> http://en.cppreference.com/w/c/io/rename.
> As the code is recent, dating to this year's gsoc, 824a82d1b8, it may
> not be too surprising that this was not addressed yet.

I know rename is not atomic on Windows, if that matters.

- Derek


More information about the ffmpeg-devel mailing list