From 6a03549e8a25c2223c117201424899339c0e7be7 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 17 Oct 2007 09:34:48 +0000 Subject: Add a comment that explains why this header lacks multiple inclusion guards. Originally committed as revision 10764 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/imgconvert_template.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavcodec/imgconvert_template.h b/libavcodec/imgconvert_template.h index b5f5cbe77a..c37fc3baaa 100644 --- a/libavcodec/imgconvert_template.h +++ b/libavcodec/imgconvert_template.h @@ -19,6 +19,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +/* This header has no multiple inclusion guards as it gets + * included multiple times. */ + #ifndef RGB_OUT #define RGB_OUT(d, r, g, b) RGBA_OUT(d, r, g, b, 0xff) #endif -- cgit v1.2.3