diff bethsoftvideo.h @ 5163:9ecbfc0c82bf libavcodec

add multiple inclusion guards to headers
author mru
date Sun, 17 Jun 2007 00:01:30 +0000
parents 2137206961c9
children 3fd46e281bd8
line wrap: on
line diff
--- a/bethsoftvideo.h	Sat Jun 16 22:59:13 2007 +0000
+++ b/bethsoftvideo.h	Sun Jun 17 00:01:30 2007 +0000
@@ -1,3 +1,6 @@
+#ifndef AVCODEC_BETHSOFTVIDEO_H
+#define AVCODEC_BETHSOFTVIDEO_H
+
 enum BethsoftVidBlockType
 {
     PALETTE_BLOCK       = 0x02,
@@ -8,3 +11,5 @@
     VIDEO_YOFF_P_FRAME  = 0x04,
     EOF_BLOCK           = 0x14,
 };
+
+#endif