[FFmpeg-devel] [PATCH] Add MD5 protocol

Måns Rullgård mans
Sun Jul 18 10:36:19 CEST 2010


Mans Rullgard <mans at mansr.com> writes:

> +URLProtocol md5_protocol = {
> +    .name                = "mdfive",

This is because url_open() allows only alphabetic characters in the
protocol name.  Would allowing numbers as well break anything.  I
know there's some RFC that forbids it, but our URL parsing isn't
exactly strict as is.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list