summaryrefslogtreecommitdiff
path: root/libavcodec/h261.h
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2007-06-17 00:01:30 +0000
committerMåns Rullgård <mans@mansr.com>2007-06-17 00:01:30 +0000
commit699b3f99d0376a8fd5159bdad857228bda59cff6 (patch)
tree5df6def799acb5cb1a19d85e770ceafdc4d088a4 /libavcodec/h261.h
parent99545457bf1175d55e4eaa2c061dbf0faeb661ec (diff)
add multiple inclusion guards to headers
Originally committed as revision 9345 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h261.h')
-rw-r--r--libavcodec/h261.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/h261.h b/libavcodec/h261.h
index 1d4fc848a0..7f86bc4383 100644
--- a/libavcodec/h261.h
+++ b/libavcodec/h261.h
@@ -25,6 +25,9 @@
* h261codec.
*/
+#ifndef AVCODEC_H261_H
+#define AVCODEC_H261_H
+
#include "mpegvideo.h"
/**
@@ -44,3 +47,5 @@ typedef struct H261Context{
}H261Context;
#define MB_TYPE_H261_FIL 0x800000
+
+#endif