Mercurial > libavformat.hg
changeset 3803:622ecee1482b libavformat
Add missing FFMPEG_ prefix to multiple inclusion guard.
author | diego |
---|---|
date | Sat, 30 Aug 2008 07:17:36 +0000 |
parents | be10880770f1 |
children | 9a7f26d3b75c |
files | avc.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 <stdint.h> #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 */