X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh264_parser.h;h=0bb286ffeadb4c580c632b03f8a3bfd323a37352;hb=b5777b942d3ccfe841ca1e1644c2d5daaadd1ff4;hp=40b5500c568b0d277d42ea617707434287996bce;hpb=e5a389a1b70a32a56aa83377e88bf718251aa8f0;p=ffmpeg diff --git a/libavcodec/h264_parser.h b/libavcodec/h264_parser.h index 40b5500c568..0bb286ffead 100644 --- a/libavcodec/h264_parser.h +++ b/libavcodec/h264_parser.h @@ -25,8 +25,8 @@ * @author Michael Niedermayer */ -#ifndef H264_PARSER_H -#define H264_PARSER_H +#ifndef FFMPEG_H264_PARSER_H +#define FFMPEG_H264_PARSER_H #include "h264.h" @@ -36,4 +36,4 @@ */ int ff_h264_find_frame_end(H264Context *h, const uint8_t *buf, int buf_size); -#endif /* H264_PARSER_H */ +#endif /* FFMPEG_H264_PARSER_H */