[FFmpeg-devel] [PATCH 1/2] lavf/file: Add proper support for authority in file URIs.

Nicolas George george at nsup.org
Thu Nov 29 20:24:18 EET 2018


Andrey Semashev (2018-11-29):
> Previously, URIs with authority field were incorrectly interpreted as if
> the authority was part of the path.

The "file:" prefix does not indicate a file:// URI but a path for the
file: protocol of FFmpeg.

You can check by yourself that they are not URIs by trying to get FFmpeg
to open file:///dev/nul%6c for example.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20181129/df21424f/attachment.sig>


More information about the ffmpeg-devel mailing list