X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fmpegaudiodata.h;h=e45a9d00ecb2ebc35583eb8e6eb1dd02aea73601;hb=e6a9dd6a7deaeae24d770f85062ea3eddf9ebcf4;hp=d513645b574fb5b28e14792f13dadf5d65ac526f;hpb=3240941b2552ec9b6373163240bb89a4bab40c50;p=ffmpeg diff --git a/libavcodec/mpegaudiodata.h b/libavcodec/mpegaudiodata.h index d513645b574..e45a9d00ecb 100644 --- a/libavcodec/mpegaudiodata.h +++ b/libavcodec/mpegaudiodata.h @@ -20,14 +20,14 @@ */ /** - * @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 "common.h" +#include "libavutil/common.h" #define MODE_EXT_MS_STEREO 2 #define MODE_EXT_I_STEREO 1 @@ -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 */