summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodata.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/mpegaudiodata.h')
-rw-r--r--libavcodec/mpegaudiodata.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/mpegaudiodata.h b/libavcodec/mpegaudiodata.h
index 8b247b89ca..09254cb0a7 100644
--- a/libavcodec/mpegaudiodata.h
+++ b/libavcodec/mpegaudiodata.h
@@ -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_steps[17];
extern const int ff_mpa_quant_bits[17];
extern const unsigned char *ff_mpa_alloc_tables[5];
-#endif /* MPEGAUDIODATA_H */
+#endif /* FFMPEG_MPEGAUDIODATA_H */