# HG changeset patch # User diego # Date 1220080656 0 # Node ID 622ecee1482b5549a0da9ea38f38e0caac9844cb # Parent be10880770f1be61cafeddb84cb80a27bc42237b Add missing FFMPEG_ prefix to multiple inclusion guard. diff -r be10880770f1 -r 622ecee1482b avc.h --- a/avc.h Sat Aug 30 03:07:31 2008 +0000 +++ b/avc.h Sat Aug 30 07:17:36 2008 +0000 @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef AVC_H -#define AVC_H +#ifndef FFMPEG_AVC_H +#define FFMPEG_AVC_H #include #include "avio.h" @@ -29,4 +29,4 @@ int ff_isom_write_avcc(ByteIOContext *pb, const uint8_t *data, int len); const uint8_t *ff_avc_find_startcode(const uint8_t *p, const uint8_t *end); -#endif /* AVC_H */ +#endif /* FFMPEG_AVC_H */