[SCM] libav/experimental: Add a comment that explains why this header lacks multiple inclusion guards.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:08:18 UTC 2013


The following commit has been merged in the experimental branch:
commit 6a03549e8a25c2223c117201424899339c0e7be7
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed Oct 17 09:34:48 2007 +0000

    Add a comment that explains why this header lacks multiple inclusion guards.
    
    Originally committed as revision 10764 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/imgconvert_template.h b/libavcodec/imgconvert_template.h
index b5f5cbe..c37fc3b 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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list