diff mbox series

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

Message ID 20200320155322.17777-1-zane@zanevaniperen.com
State Withdrawn
Headers show
Series [FFmpeg-devel] avformat/argo_asf: add missing #include | expand

Checks

Context Check Description
andriy/ffmpeg-patchwork success Make fate finished

Commit Message

Zane van Iperen March 20, 2020, 3:53 p.m. UTC
Fixes the use of the implicit declaration
of avpriv_request_sample().

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

Comments

Carl Eugen Hoyos March 20, 2020, 9:28 p.m. UTC | #1
Am Fr., 20. März 2020 um 16:53 Uhr schrieb Zane van Iperen
<zane@zanevaniperen.com>:
>
> Fixes the use of the implicit declaration
> of avpriv_request_sample().

I don't see such a warning...

Carl Eugen
Zane van Iperen March 21, 2020, 12:18 a.m. UTC | #2
On Fri, 20 Mar 2020 22:28:28 +0100
"Carl Eugen Hoyos" <ceffmpeg@gmail.com> wrote:

> Am Fr., 20. März 2020 um 16:53 Uhr schrieb Zane van Iperen
> <zane@zanevaniperen.com>:
> >
> > Fixes the use of the implicit declaration
> > of avpriv_request_sample().  
> 
> I don't see such a warning...
> 
Yeah sorry, was something screwy going on. Re-./configure'd and the
warning's gone.

Zane

> Carl Eugen
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
diff mbox series

Patch

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