ffmpeg | branch: master | James Almer <[email protected]> | 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 <[email protected]>

> 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

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to