Home
last modified time | relevance | path

Searched refs:filename_dst (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dfile.c196 const char *filename_dst = h_dst->filename; in file_move() local
198 av_strstart(filename_dst, "file:", &filename_dst); in file_move()
200 if (rename(filename_src, filename_dst) < 0) in file_move()