]> git.sesse.net Git - ffmpeg/commit
avformat/dashenc: use ff_rename instead of avpriv_io_move
authorMarton Balint <cus@passwd.hu>
Sun, 5 Jan 2020 15:54:08 +0000 (16:54 +0100)
committerMarton Balint <cus@passwd.hu>
Sun, 19 Jan 2020 21:17:04 +0000 (22:17 +0100)
commitb5dba152ef614c21e0537a7894ef9227b323f21d
treeaca86f90e2101e851d6d5294c30511027d529ab6
parent19b9f8996e1a6a17830123b4bc22dbc735c1570e
avformat/dashenc: use ff_rename instead of avpriv_io_move

ff_rename always logs the error message.

Signed-off-by: Marton Balint <cus@passwd.hu>
libavformat/dashenc.c