]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpegaudiodata.h
CD+G demuxer and decoder
[ffmpeg] / libavcodec / mpegaudiodata.h
index 08e7570e6ba821979f041cbad93dc4c522d5d84a..e45a9d00ecb2ebc35583eb8e6eb1dd02aea73601 100644 (file)
  */
 
 /**
- * @file mpegaudiodata.h
+ * @file libavcodec/mpegaudiodata.h
  * mpeg audio layer common tables.
  */
 
-#ifndef FFMPEG_MPEGAUDIODATA_H
-#define FFMPEG_MPEGAUDIODATA_H
+#ifndef AVCODEC_MPEGAUDIODATA_H
+#define AVCODEC_MPEGAUDIODATA_H
 
 #include "libavutil/common.h"
 
@@ -38,6 +38,6 @@ extern const int32_t ff_mpa_enwindow[257];
 extern const int ff_mpa_sblimit_table[5];
 extern const int ff_mpa_quant_steps[17];
 extern const int ff_mpa_quant_bits[17];
-extern const unsigned char *ff_mpa_alloc_tables[5];
+extern const unsigned char * const ff_mpa_alloc_tables[5];
 
-#endif /* FFMPEG_MPEGAUDIODATA_H */
+#endif /* AVCODEC_MPEGAUDIODATA_H */