From e9b733bd894c79854ba7d938c87954898c5770f0 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 18 Sep 2009 19:51:05 +0000 Subject: [PATCH] #include correct header to fix 'make checkheaders'. AVCodecTag is declared in riff.h, not avformat.h. Originally committed as revision 19915 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/caf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/caf.h b/libavformat/caf.h index 43f3d96..e83378e 100644 --- a/libavformat/caf.h +++ b/libavformat/caf.h @@ -27,7 +27,7 @@ #ifndef AVFORMAT_CAF_H #define AVFORMAT_CAF_H -#include "avformat.h" +#include "riff.h" extern const AVCodecTag ff_codec_caf_tags[]; -- 2.7.4