summaryrefslogtreecommitdiff
path: root/libavcodec/h261data.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h261data.h')
-rw-r--r--libavcodec/h261data.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/h261data.h b/libavcodec/h261data.h
index a7074eb0c6..1831c894ac 100644
--- a/libavcodec/h261data.h
+++ b/libavcodec/h261data.h
@@ -24,6 +24,9 @@
* H.261 tables.
*/
+#ifndef AVCODEC_H261DATA_H
+#define AVCODEC_H261DATA_H
+
#include <stdint.h>
#include "h261.h"
@@ -157,3 +160,5 @@ static RLTable h261_rl_tcoeff = {
h261_tcoeff_run,
h261_tcoeff_level,
};
+
+#endif