On 04/01/16 17:36, "ffmpeg-devel on behalf of Hendrik Leppkes"
wrote:
>On Mon, Jan 4, 2016 at 3:58 PM, wrote:
>> From: Raymond Hilseth
>>
>> Signed-off-by: Raymond Hilseth
>> ---
>> libavformat/dashenc.c | 4 ++--
>> 1 file changed, 2
Use avpriv_io_move instead of ff_rename to support more than only
the file protocol.
Enabled the implementation of file_move in libavformat/file.c for
systems not having unistd.h since it only requires the rename function
from os_support.h.
Signed-off-by: Raymond Hilseth
---
libavformat