changeset 5223:bed5288e1fad libavformat

#include correct header to fix 'make checkheaders'. AVCodecTag is declared in riff.h, not avformat.h.
author diego
date Fri, 18 Sep 2009 19:51:05 +0000
parents 8ef96c47c19e
children c2881eee05b7
files caf.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/caf.h	Fri Sep 18 13:19:13 2009 +0000
+++ b/caf.h	Fri Sep 18 19:51:05 2009 +0000
@@ -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[];