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

Diego Biurrun diego
Sun Feb 15 17:43:41 CET 2009


On Sun, Feb 15, 2009 at 04:30:43PM +0100, Stefano Sabatini wrote:
> 
> --- libavcodec/avcodec.h	(revision 17327)
> +++ libavcodec/avcodec.h	(working copy)
> @@ -2659,6 +2659,11 @@
>  
> +/**
> + * If c is NULL, returns the first registered codec,
> + * if c is non-NULL, returns the registered codec next after c,

the next registered codec after c

Diego




More information about the ffmpeg-devel mailing list