mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
#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
@ -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[];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user