[FFmpeg-cvslog] r19915 - trunk/libavformat/caf.h
diego
subversion
Fri Sep 18 21:51:06 CEST 2009
Author: diego
Date: Fri Sep 18 21:51:05 2009
New Revision: 19915
Log:
#include correct header to fix 'make checkheaders'.
AVCodecTag is declared in riff.h, not avformat.h.
Modified:
trunk/libavformat/caf.h
Modified: trunk/libavformat/caf.h
==============================================================================
--- trunk/libavformat/caf.h Fri Sep 18 21:45:09 2009 (r19914)
+++ trunk/libavformat/caf.h Fri Sep 18 21:51:05 2009 (r19915)
@@ -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[];
More information about the ffmpeg-cvslog
mailing list