[FFmpeg-cvslog] r24544 - trunk/libavformat/avformat.h

Reimar Döffinger Reimar.Doeffinger
Tue Jul 27 18:08:12 CEST 2010


On Tue, Jul 27, 2010 at 04:13:25PM +0200, alexc wrote:
> Author: alexc
> Date: Tue Jul 27 16:13:24 2010
> New Revision: 24544
> 
> Log:
> Document existing rules for AVInputFormat.name.
> 
> Modified:
>    trunk/libavformat/avformat.h
> 
> Modified: trunk/libavformat/avformat.h
> ==============================================================================
> --- trunk/libavformat/avformat.h	Tue Jul 27 15:10:59 2010	(r24543)
> +++ trunk/libavformat/avformat.h	Tue Jul 27 16:13:24 2010	(r24544)
> @@ -290,6 +290,9 @@ typedef struct AVOutputFormat {
>  } AVOutputFormat;
>  
>  typedef struct AVInputFormat {
> +    /** A comma separated list of short names for the format. New names
> +     * may be appended with a minor bump.
> +     */
>      const char *name;

Michael's other comment meant that you should put no text on the same
line as the /**



More information about the ffmpeg-cvslog mailing list