]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpegaudiotab.h
Move array specifiers outside DECLARE_ALIGNED() invocations
[ffmpeg] / libavcodec / mpegaudiotab.h
index 6833f3c70a9bae8aaa7a8806946428bcb0f314eb..bebee76d4e2f8232303ee1ab239bc5ac0490f991 100644 (file)
@@ -2,7 +2,7 @@
  * mpeg audio layer 2 tables. Most of them come from the mpeg audio
  * specification.
  *
- * Copyright (c) 2000, 2001 Fabrice Bellard.
+ * Copyright (c) 2000, 2001 Fabrice Bellard
  *
  * This file is part of FFmpeg.
  *
  */
 
 /**
- * @file mpegaudiotab.h
+ * @file libavcodec/mpegaudiotab.h
  * mpeg audio layer 2 tables.
  * Most of them come from the mpeg audio specification.
  */
 
+#ifndef AVCODEC_MPEGAUDIOTAB_H
+#define AVCODEC_MPEGAUDIOTAB_H
+
 #include <stdint.h>
 #include "mpegaudio.h"
 
@@ -112,3 +115,4 @@ static const float fixed_smr[SBLIMIT] =  {
 
 static const unsigned char nb_scale_factors[4] = { 3, 2, 1, 2 };
 
+#endif /* AVCODEC_MPEGAUDIOTAB_H */