Commit e9b733bd authored by Diego Biurrun's avatar Diego Biurrun

#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
parent d773d855
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#ifndef AVFORMAT_CAF_H #ifndef AVFORMAT_CAF_H
#define AVFORMAT_CAF_H #define AVFORMAT_CAF_H
#include "avformat.h" #include "riff.h"
extern const AVCodecTag ff_codec_caf_tags[]; extern const AVCodecTag ff_codec_caf_tags[];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment