]> git.sesse.net Git - ffmpeg/commit
mov: Double-check that alias path is not an absolute path
authorVittorio Giovara <vittorio.giovara@gmail.com>
Tue, 7 Apr 2015 13:06:05 +0000 (15:06 +0200)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Sun, 19 Apr 2015 21:50:24 +0000 (22:50 +0100)
commit9286de045968ad456d4e752651eec22de5e89060
tree33ebe16ed019915243e7d88369c575a775615c09
parent376589e5dd72aa2dd42500f456fca303fcdcad85
mov: Double-check that alias path is not an absolute path

nlvl_to and nlvl_from can be set to 1 if both alias and target files
are in the same directory, so actually check the first character of the
string. We can do this because MacOS filepaths (alis type 2) are always
converted to UNIX filepaths (alis type 18).
libavformat/mov.c