Browse code

#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

Diego Biurrun authored on 2009/09/19 04:51:05
Showing 1 changed files
... ...
@@ -27,7 +27,7 @@
27 27
 #ifndef AVFORMAT_CAF_H
28 28
 #define AVFORMAT_CAF_H
29 29
 
30
-#include "avformat.h"
30
+#include "riff.h"
31 31
 
32 32
 extern const AVCodecTag ff_codec_caf_tags[];
33 33