[FFmpeg-cvslog] avformat/argo_asf: add missing avformat.h include

James Almer git at videolan.org
Wed Sep 16 01:30:16 EEST 2020


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Tue Sep 15 19:27:45 2020 -0300| [d0418f0658945219395d48838966b0f33a57ab1f] | committer: James Almer

avformat/argo_asf: add missing avformat.h include

Fixes make checkheaders

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d0418f0658945219395d48838966b0f33a57ab1f
---

 libavformat/argo_asf.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavformat/argo_asf.h b/libavformat/argo_asf.h
index 8b1c6d5e2f..eb2669a63f 100644
--- a/libavformat/argo_asf.h
+++ b/libavformat/argo_asf.h
@@ -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



More information about the ffmpeg-cvslog mailing list