diff mpegaudiodata.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents d47ee2d1d7da
children 85c4aca68be3
line wrap: on
line diff
--- a/mpegaudiodata.h	Wed Oct 17 09:34:48 2007 +0000
+++ b/mpegaudiodata.h	Wed Oct 17 09:37:46 2007 +0000
@@ -24,8 +24,8 @@
  * mpeg audio layer common tables.
  */
 
-#ifndef MPEGAUDIODATA_H
-#define MPEGAUDIODATA_H
+#ifndef FFMPEG_MPEGAUDIODATA_H
+#define FFMPEG_MPEGAUDIODATA_H
 
 #include "common.h"
 
@@ -37,4 +37,4 @@
 extern const int ff_mpa_quant_bits[17];
 extern const unsigned char *ff_mpa_alloc_tables[5];
 
-#endif /* MPEGAUDIODATA_H */
+#endif /* FFMPEG_MPEGAUDIODATA_H */