#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
This commit is contained in:
Diego Biurrun 2009-09-18 19:51:05 +00:00
parent d773d85515
commit e9b733bd89
1 changed files with 1 additions and 1 deletions

View 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[];