#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:
parent
d773d85515
commit
e9b733bd89
1 changed files with 1 additions and 1 deletions
|
|
@ -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[];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue