From 546031ee868c2b1b61c5878051e50c2bbad34096 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Wed, 23 Apr 2003 18:38:34 +0000 Subject: * keeping compiler happy and quiet Originally committed as revision 1817 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avi.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'libavformat/avi.h') diff --git a/libavformat/avi.h b/libavformat/avi.h index 73a43032d4..25feebfcf6 100644 --- a/libavformat/avi.h +++ b/libavformat/avi.h @@ -1,3 +1,7 @@ +#ifndef FFMPEG_AVI_H +#define FFMPEG_AVI_H + +#include "avcodec.h" #define AVIF_HASINDEX 0x00000010 // Index at end of file? #define AVIF_MUSTUSEINDEX 0x00000020 @@ -27,5 +31,6 @@ extern const CodecTag codec_bmp_tags[]; extern const CodecTag codec_wav_tags[]; unsigned int codec_get_tag(const CodecTag *tags, int id); -enum CodecID; enum CodecID codec_get_id(const CodecTag *tags, unsigned int tag); + +#endif /* FFMPEG_AVI_H */ -- cgit v1.2.3