summaryrefslogtreecommitdiff
path: root/libavcodec/h261.h
diff options
context:
space:
mode:
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