diff imgconvert_template.h @ 5829:74db916a3715 libavcodec

Add a comment that explains why this header lacks multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:34:48 +0000
parents 45d083bbbbe7
children aebcb17098dc
line wrap: on
line diff
--- a/imgconvert_template.h	Wed Oct 17 09:31:06 2007 +0000
+++ b/imgconvert_template.h	Wed Oct 17 09:34:48 2007 +0000
@@ -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