avformat/argo_asf: add missing avformat.h include

Fixes make checkheaders

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2020-09-15 19:27:45 -03:00
parent 158f7df5e6
commit d0418f0658
1 changed files with 2 additions and 0 deletions

View File

@ -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