#include correct header to fix 'make checkheaders'.
authorDiego Biurrun <diego@biurrun.de>
Fri, 18 Sep 2009 19:51:05 +0000 (19:51 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 18 Sep 2009 19:51:05 +0000 (19:51 +0000)
AVCodecTag is declared in riff.h, not avformat.h.

Originally committed as revision 19915 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/caf.h

index 43f3d96..e83378e 100644 (file)
@@ -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[];