diff h263data.h @ 5163:9ecbfc0c82bf libavcodec

add multiple inclusion guards to headers
author mru
date Sun, 17 Jun 2007 00:01:30 +0000
parents 4394344397d8
children 3fd46e281bd8
line wrap: on
line diff
--- a/h263data.h	Sat Jun 16 22:59:13 2007 +0000
+++ b/h263data.h	Sun Jun 17 00:01:30 2007 +0000
@@ -26,6 +26,9 @@
  * H.263 tables.
  */
 
+#ifndef AVCODEC_H263DATA_H
+#define AVCODEC_H263DATA_H
+
 #include <stdint.h>
 #include "mpegvideo.h"
 
@@ -308,3 +311,4 @@
     0, 1, 1, 2, 2, 3, 3, 4, 4, 4, 5, 5, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9,10,10,10,11,11,11,12,12,12
 };
 
+#endif