You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02: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:
@@ -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
|
||||
|
Reference in New Issue
Block a user