From 5b21bdabe43611385d1d55a21d5b1f607b133d29 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 17 Oct 2007 09:37:46 +0000 Subject: Add FFMPEG_ prefix to all multiple inclusion guards. Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264data.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavcodec/h264data.h') diff --git a/libavcodec/h264data.h b/libavcodec/h264data.h index 0165e7a789..79fc5da0ef 100644 --- a/libavcodec/h264data.h +++ b/libavcodec/h264data.h @@ -26,8 +26,8 @@ * @author Michael Niedermayer */ -#ifndef AVCODEC_H264DATA_H -#define AVCODEC_H264DATA_H +#ifndef FFMPEG_H264DATA_H +#define FFMPEG_H264DATA_H #include #include "mpegvideo.h" @@ -1305,4 +1305,4 @@ static const int8_t cabac_context_init_PB[3][460][2] = } }; -#endif // AVCODEC_H264DATA_H +#endif /* FFMPEG_H264DATA_H */ -- cgit v1.2.3