[FFmpeg-devel] [RFC] libavformat: URL reassembly with IPv6 addresses

Martin Storsjö martin
Thu Mar 4 15:22:19 CET 2010


On Thu, 4 Mar 2010, Stefano Sabatini wrote:

> On date Thursday 2010-03-04 11:24:09 +0200, Martin Storsj? encoded:
> [...]
> > diff --git a/libavformat/avformat.h b/libavformat/avformat.h
> > index e7426aa..e13f818 100644
> > --- a/libavformat/avformat.h
> > +++ b/libavformat/avformat.h
> > @@ -1350,6 +1350,27 @@ void url_split(char *proto, int proto_size,
> >                 char *path, int path_size,
> >                 const char *url);
> >  
> > +/**
> > + * Assemble a URL string from components. This is the reverse operation
> > + * from url_split.
> 
> nits: "Assembles" - consistent with the official rules, also "reverse
> of" sounds more natural to me than "reverse from".

Thanks, changed locally.

// Martin



More information about the ffmpeg-devel mailing list