From: Diego Biurrun Date: Fri, 18 Sep 2009 19:51:05 +0000 (+0000) Subject: #include correct header to fix 'make checkheaders'. X-Git-Tag: v0.6~3274 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e9b733bd894c79854ba7d938c87954898c5770f0;p=platform%2Fupstream%2Flibav.git #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 --- 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[];