summaryrefslogtreecommitdiff
path: root/libavcodec/imcdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/imcdata.h')
-rw-r--r--libavcodec/imcdata.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/imcdata.h b/libavcodec/imcdata.h
index 446bf0b176..5e22123e6c 100644
--- a/libavcodec/imcdata.h
+++ b/libavcodec/imcdata.h
@@ -22,6 +22,9 @@
*
*/
+#ifndef AVCODEC_IMCDATA_H
+#define AVCODEC_IMCDATA_H
+
#include <stdint.h>
static const uint16_t band_tab[33] = {
@@ -164,3 +167,4 @@ static const uint16_t imc_huffman_bits[4][4][18] = {
}
};
+#endif