]> git.sesse.net Git - ffmpeg/commit
lavf: replace rename() with ff_rename()
authorLuca Barbato <lu_zero@gentoo.org>
Sun, 19 Oct 2014 22:48:49 +0000 (00:48 +0200)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Fri, 24 Oct 2014 22:42:53 +0000 (23:42 +0100)
commit7785ce1c769369abf85b276148548a5510aabb5f
tree4df0594c42bb4f1524f509b144fd8e857e0c7dbc
parent0b66fb4505e0bb43de3797f63f3290f0188d67cc
lavf: replace rename() with ff_rename()

The new function wraps errno so that its value is correctly reported
when other functions overwrite it (eg. in case of logging).

CC: libav-stable@libav.org
Bug-Id: CID 1135748
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
libavformat/hdsenc.c
libavformat/internal.h
libavformat/smoothstreamingenc.c