[FFmpeg-devel] [PATCH] Add to AVCodec a long_name field

Michael Niedermayer michaelni
Tue Apr 15 11:47:41 CEST 2008


On Tue, Apr 08, 2008 at 04:02:48PM +0200, Stefano Sabatini wrote:
[...]
> Index: libavcodec/avcodec.h
> ===================================================================
> --- libavcodec/avcodec.h	(revision 12769)
> +++ libavcodec/avcodec.h	(working copy)
> @@ -30,7 +30,7 @@
>  #include "libavutil/avutil.h"
>  
>  #define LIBAVCODEC_VERSION_MAJOR 51
> -#define LIBAVCODEC_VERSION_MINOR 54
> +#define LIBAVCODEC_VERSION_MINOR 55
>  #define LIBAVCODEC_VERSION_MICRO  0
>  
>  #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
> @@ -2235,6 +2235,7 @@
>      void (*flush)(AVCodecContext *);
>      const AVRational *supported_framerates; ///array of supported framerates, or NULL if any, array is terminated by {0,0}
>      const enum PixelFormat *pix_fmts;       ///array of supported pixel formats, or NULL if unknown, array is terminanted by -1
> +    const char *long_name;
>  } AVCodec;

missing doxygen comment, all field in public structs should have one
explaining what the contain


[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The greatest way to live with honor in this world is to be what we pretend
to be. -- Socrates
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080415/36d92f4a/attachment.pgp>



More information about the ffmpeg-devel mailing list