]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/svq1_cb.h
add multiple inclusion guards to headers
[ffmpeg] / libavcodec / svq1_cb.h
index 9b23d8ebdb7de36b4b84a88db36c064414016408..735bfade52d325b99669f856fa3616403d8d0cae 100644 (file)
@@ -29,6 +29,9 @@
  * svq1 code books.
  */
 
+#ifndef AVCODEC_SVQ1_CB_H
+#define AVCODEC_SVQ1_CB_H
+
 #include <stdint.h>
 #include <stdlib.h>
 
@@ -1581,3 +1584,5 @@ static const int8_t svq1_intra_codebook_sum[4][16*6] = {
  -1,  5, -2, -2, -3,  2, -3, -1,  3, -3,  0,  4,  3,  0,  1, -2,
  }
 };
+
+#endif