[FFmpeg-cvslog] r17333 - trunk/libavcodec/avcodec.h

Diego Biurrun diego
Sun Feb 15 17:58:18 CET 2009


On Sun, Feb 15, 2009 at 05:02:07PM +0100, stefano wrote:
> 
> Log:
> Document av_codec_next().
> 
> --- trunk/libavcodec/avcodec.h	Sun Feb 15 17:00:58 2009	(r17332)
> +++ trunk/libavcodec/avcodec.h	Sun Feb 15 17:02:07 2009	(r17333)
> @@ -2659,6 +2659,11 @@ int avpicture_deinterlace(AVPicture *dst
>  
> +/**
> + * If c is NULL, returns the first registered codec,
> + * if c is non-NULL, returns the registered codec next after c,

returns the next registered codec after c

.. as mentioned in other places ..

I think you committed this several times, please fix all occurrences.

Diego




More information about the ffmpeg-cvslog mailing list