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

Reimar Döffinger Reimar.Doeffinger
Sat Jan 23 20:03:45 CET 2010


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"

or similar...



More information about the ffmpeg-devel mailing list