diff options
Diffstat (limited to 'libavcodec/ac3_parser.h')
-rw-r--r-- | libavcodec/ac3_parser.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/ac3_parser.h b/libavcodec/ac3_parser.h index e494925..fc17e87 100644 --- a/libavcodec/ac3_parser.h +++ b/libavcodec/ac3_parser.h @@ -20,8 +20,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef FFMPEG_AC3_PARSER_H -#define FFMPEG_AC3_PARSER_H +#ifndef AVCODEC_AC3_PARSER_H +#define AVCODEC_AC3_PARSER_H #include "ac3.h" #include "bitstream.h" @@ -58,4 +58,4 @@ int ff_ac3_parse_header(GetBitContext *gbc, AC3HeaderInfo *hdr); */ int ff_ac3_parse_header_full(GetBitContext *gbc, AC3HeaderInfo *hdr); -#endif /* FFMPEG_AC3_PARSER_H */ +#endif /* AVCODEC_AC3_PARSER_H */ |