Mercurial > libavcodec.hg
changeset 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 | 1876bc447aa4 |
children | 1d83e9c34641 |
files | imgconvert_template.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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