diff options
Diffstat (limited to 'libavcodec/mpegaudiodata.h')
-rw-r--r-- | libavcodec/mpegaudiodata.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/mpegaudiodata.h b/libavcodec/mpegaudiodata.h index 55ea4f64e8..85277dfc22 100644 --- a/libavcodec/mpegaudiodata.h +++ b/libavcodec/mpegaudiodata.h @@ -24,8 +24,8 @@ * 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 */ |