[FFmpeg-devel] [PATCH] Document av_[io]format_next() functions

Diego Biurrun diego
Sat Feb 14 23:27:00 CET 2009


On Sat, Feb 14, 2009 at 10:22:40PM +0100, Stefano Sabatini wrote:
> 
> As for the \p I have no problem at stripping them all, let's hear what
> Diego will say.

What do they do? :)

I must shamefully admit that I have not dealt much with Doxygen so far..

> --- libavformat/avformat.h	(revision 17277)
> +++ libavformat/avformat.h	(working copy)
> @@ -687,7 +687,18 @@
>  
> +/**
> + * If f is NULL returns the first registered input format,

NULL,

> + * if f is non-NULL returns the registered input format next after f,

if f is non-NULL, returns the next registered input format after f,

> +/**
> + * If f is NULL returns the first registered output format,
> + * if f is non-NULL returns the registered output format next after f,
> + * or NULL if f is the last one.

same as above

Diego




More information about the ffmpeg-devel mailing list