mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-24 00:02:52 +00:00
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 "libavutil/common.h"
|
||||
|
||||
#include "avformat.h"
|
||||
|
||||
#define ASF_TAG MKTAG('A', 'S', 'F', '\0')
|
||||
#define ASF_FILE_HEADER_SIZE 24
|
||||
#define ASF_CHUNK_HEADER_SIZE 20
|
||||
|
Loading…
Reference in New Issue
Block a user