mirror of https://git.ffmpeg.org/ffmpeg.git
avformat/argo_asf: add missing avformat.h include
Fixes make checkheaders Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
158f7df5e6
commit
d0418f0658
|
@ -26,6 +26,8 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "libavutil/common.h"
|
#include "libavutil/common.h"
|
||||||
|
|
||||||
|
#include "avformat.h"
|
||||||
|
|
||||||
#define ASF_TAG MKTAG('A', 'S', 'F', '\0')
|
#define ASF_TAG MKTAG('A', 'S', 'F', '\0')
|
||||||
#define ASF_FILE_HEADER_SIZE 24
|
#define ASF_FILE_HEADER_SIZE 24
|
||||||
#define ASF_CHUNK_HEADER_SIZE 20
|
#define ASF_CHUNK_HEADER_SIZE 20
|
||||||
|
|
Loading…
Reference in New Issue