[FFmpeg-devel] [PATCH] avformat/argo_asf: add missing #include

Zane van Iperen zane at zanevaniperen.com
Fri Mar 20 17:53:32 EET 2020


Fixes the use of the implicit declaration
of avpriv_request_sample().

Signed-off-by: Zane van Iperen <zane at zanevaniperen.com>
---
 libavformat/argo_asf.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/argo_asf.c b/libavformat/argo_asf.c
index 3339425244..cf1c7472c1 100644
--- a/libavformat/argo_asf.c
+++ b/libavformat/argo_asf.c
@@ -23,6 +23,7 @@
 #include "internal.h"
 #include "libavutil/intreadwrite.h"
 #include "libavutil/avassert.h"
+#include "libavutil/internal.h"
 
 #define ASF_TAG                 MKTAG('A', 'S', 'F', '\0')
 #define ASF_FILE_HEADER_SIZE    24
-- 
2.17.1




More information about the ffmpeg-devel mailing list