diff options
Diffstat (limited to 'libavcodec/ac3tab.h')
-rw-r--r-- | libavcodec/ac3tab.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/ac3tab.h b/libavcodec/ac3tab.h index 7b965d8..a46e29d 100644 --- a/libavcodec/ac3tab.h +++ b/libavcodec/ac3tab.h @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef FFMPEG_AC3TAB_H -#define FFMPEG_AC3TAB_H +#ifndef AVCODEC_AC3TAB_H +#define AVCODEC_AC3TAB_H #include "libavutil/common.h" @@ -56,4 +56,4 @@ enum CustomChannelMapLocation{ AC3_CHMAP_LFE = 1<<(15-15) }; -#endif /* FFMPEG_AC3TAB_H */ +#endif /* AVCODEC_AC3TAB_H */ |