OSDN Git Service

Add a comment that explains why this header lacks multiple inclusion guards.
authorDiego Biurrun <diego@biurrun.de>
Wed, 17 Oct 2007 09:34:48 +0000 (09:34 +0000)
committerDiego Biurrun <diego@biurrun.de>
Wed, 17 Oct 2007 09:34:48 +0000 (09:34 +0000)
Originally committed as revision 10764 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/imgconvert_template.h

index b5f5cbe..c37fc3b 100644 (file)
@@ -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