diff options
Diffstat (limited to 'libavcodec/aacdectab.h')
-rw-r--r-- | libavcodec/aacdectab.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/aacdectab.h b/libavcodec/aacdectab.h index 3c27c38..e4b87d7 100644 --- a/libavcodec/aacdectab.h +++ b/libavcodec/aacdectab.h @@ -27,8 +27,8 @@ * @author Maxim Gavrilov ( maxim.gavrilov gmail com ) */ -#ifndef FFMPEG_AACDECTAB_H -#define FFMPEG_AACDECTAB_H +#ifndef AVCODEC_AACDECTAB_H +#define AVCODEC_AACDECTAB_H #include "aac.h" @@ -206,4 +206,4 @@ static const float *tns_tmp2_map[4] = { }; // @} -#endif /* FFMPEG_AACDECTAB_H */ +#endif /* AVCODEC_AACDECTAB_H */ |