diff h261.h @ 5163:9ecbfc0c82bf libavcodec

add multiple inclusion guards to headers
author mru
date Sun, 17 Jun 2007 00:01:30 +0000
parents 65b1bfb3a74c
children 3fd46e281bd8
line wrap: on
line diff
--- a/h261.h	Sat Jun 16 22:59:13 2007 +0000
+++ b/h261.h	Sun Jun 17 00:01:30 2007 +0000
@@ -25,6 +25,9 @@
  * h261codec.
  */
 
+#ifndef AVCODEC_H261_H
+#define AVCODEC_H261_H
+
 #include "mpegvideo.h"
 
 /**
@@ -44,3 +47,5 @@
 }H261Context;
 
 #define MB_TYPE_H261_FIL 0x800000
+
+#endif