]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpegaudiodata.h
ARM: (mostly) whitespace cosmetics
[ffmpeg] / libavcodec / mpegaudiodata.h
index 55ea4f64e87e246462a36c431513cd15f5be0127..5626e3df505cd6735a609092cd526e44b2b59084 100644 (file)
  */
 
 /**
- * @file mpegaudiodata.h
+ * @file
  * 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"
 
@@ -40,4 +40,4 @@ extern const int ff_mpa_quant_steps[17];
 extern const int ff_mpa_quant_bits[17];
 extern const unsigned char * const ff_mpa_alloc_tables[5];
 
-#endif /* FFMPEG_MPEGAUDIODATA_H */
+#endif /* AVCODEC_MPEGAUDIODATA_H */