[FFmpeg-devel] [PATCH] Add missing inclusion guard to pixdesc.h

Diego Biurrun diego
Tue Apr 21 23:14:04 CEST 2009


On Tue, Apr 21, 2009 at 09:35:01PM +0200, Stefano Sabatini wrote:
> On date Tuesday 2009-04-21 21:33:06 +0200, Stefano Sabatini encoded:
> > On date Tuesday 2009-04-21 21:20:25 +0200, Benjamin Larsson encoded:
> > > 
> > 
> > ?
> 
> Attached...
> 
> --- libavcodec/pixdesc.h	(revision 18646)
> +++ libavcodec/pixdesc.h	(working copy)
> @@ -19,6 +19,9 @@
>  
> +#ifndef AVCODEC_PIXDESC_H
> +#define AVCODEC_PIXDESC_H
> +
> @@ -188,3 +191,5 @@
> +
> +#endif  /* AVCODEC_PIXDESC_H */

I don't think you need to bother sending patches for this.  It was just
Michael not caring about these things as usual..

Diego



More information about the ffmpeg-devel mailing list