[FFmpeg-cvslog] r10770 - trunk/libavcodec/imgconvert_template.h
diego
subversion
Wed Oct 17 20:23:11 CEST 2007
Author: diego
Date: Wed Oct 17 20:23:11 2007
New Revision: 10770
Log:
Clarify comment that explains why this header lacks multiple inclusion guards.
Modified:
trunk/libavcodec/imgconvert_template.h
Modified: trunk/libavcodec/imgconvert_template.h
==============================================================================
--- trunk/libavcodec/imgconvert_template.h (original)
+++ trunk/libavcodec/imgconvert_template.h Wed Oct 17 20:23:11 2007
@@ -19,8 +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. */
+/* This header intentionally has no multiple inclusion guards. It is meant to
+ * be included multiple times and generates different code depending on the
+ * value of certain #defines. */
#ifndef RGB_OUT
#define RGB_OUT(d, r, g, b) RGBA_OUT(d, r, g, b, 0xff)
More information about the ffmpeg-cvslog
mailing list