summaryrefslogtreecommitdiff
path: root/libavcodec/ulti_cb.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/ulti_cb.h')
-rw-r--r--libavcodec/ulti_cb.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/ulti_cb.h b/libavcodec/ulti_cb.h
index 2d8c9082c8..ffaa9a1e5e 100644
--- a/libavcodec/ulti_cb.h
+++ b/libavcodec/ulti_cb.h
@@ -19,6 +19,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#ifndef AVCODEC_ULTI_CB_H
+#define AVCODEC_ULTI_CB_H
+
static const unsigned char ulti_codebook[16384]={
0x00, 0x01, 0x01, 0x02,
0x00, 0x01, 0x02, 0x03,
@@ -4117,3 +4120,5 @@ static const unsigned char ulti_codebook[16384]={
0x3C, 0x3D, 0x3E, 0x3F,
0x3D, 0x3E, 0x3E, 0x3F
};
+
+#endif