[FFmpeg-devel] [PATCH] Document av_register_protocol()

Stefano Sabatini stefano.sabatini-lala
Tue Jan 26 01:12:22 CET 2010


On date Saturday 2010-01-23 21:15:12 +0100, Stefano Sabatini encoded:
> On date Saturday 2010-01-23 20:03:45 +0100, Reimar D?ffinger encoded:
> > On Sat, Jan 23, 2010 at 07:49:56PM +0100, Stefano Sabatini wrote:
> > > Hi, as in subject.
> > > -- 
> > > FFmpeg = Faboulous Foolish Mysterious Porno Enlightening Gnome
> > 
> > > Index: ffmpeg/libavformat/avio.h
> > > ===================================================================
> > > --- ffmpeg.orig/libavformat/avio.h	2010-01-23 19:46:43.000000000 +0100
> > > +++ ffmpeg/libavformat/avio.h	2010-01-23 19:49:25.000000000 +0100
> > > @@ -210,6 +210,9 @@
> > >  attribute_deprecated int register_protocol(URLProtocol *protocol);
> > >  #endif
> > >  
> > > +/**
> > > + * Registers the url protocol protocol.
> > 
> > That sure reads strange.
> > Proposals:
> > Registers a url protocol
> > @param protocol pointer to struct describing the protocol
> > 
> > Registers the URLProtocol "protocol"
> 
> Done like this.
>  
> > or similar...
> 
> Regards.
> -- 
> FFmpeg = Fundamental and Fierce Mystic Peaceful Extended Goblin

> Index: ffmpeg/libavformat/avio.h
> ===================================================================
> --- ffmpeg.orig/libavformat/avio.h	2010-01-23 19:46:43.000000000 +0100
> +++ ffmpeg/libavformat/avio.h	2010-01-23 21:14:01.000000000 +0100
> @@ -210,6 +210,9 @@
>  attribute_deprecated int register_protocol(URLProtocol *protocol);
>  #endif
>  
> +/**
> + * Registers the URLProtocol protocol.
> + */
>  int av_register_protocol(URLProtocol *protocol);

I'll apply tomorrow if no better ideas will arise.

Regards.
-- 
FFmpeg = Faboulous and Faithful Mortal Prodigious Easy Gymnast



More information about the ffmpeg-devel mailing list