]> git.sesse.net Git - ffmpeg/commit
avformat/url: fix ff_make_absolute_url with Windows file paths
authorMarton Balint <cus@passwd.hu>
Fri, 2 Apr 2021 15:07:54 +0000 (17:07 +0200)
committerMarton Balint <cus@passwd.hu>
Wed, 7 Apr 2021 20:14:56 +0000 (22:14 +0200)
commit5dc5f289cefe67457bd16f1950c56911e926385f
tree3c5d06957fb66e511f32146dc9f5d78f05aa0377
parent557953a397dfdd9c7a3d8c2f60d1204599e3d3ac
avformat/url: fix ff_make_absolute_url with Windows file paths

Ugly, but a lot less broken than it was.

Fixes ticket #9166.

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