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

2020-03-20 Thread Zane van Iperen
On Fri, 20 Mar 2020 22:28:28 +0100 "Carl Eugen Hoyos" wrote: > Am Fr., 20. März 2020 um 16:53 Uhr schrieb Zane van Iperen > : > > > > 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-./c

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

2020-03-20 Thread Carl Eugen Hoyos
Am Fr., 20. März 2020 um 16:53 Uhr schrieb Zane van Iperen : > > Fixes the use of the implicit declaration > of avpriv_request_sample(). I don't see such a warning... Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/ma

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

2020-03-20 Thread Zane van Iperen
Fixes the use of the implicit declaration of avpriv_request_sample(). Signed-off-by: Zane van Iperen --- 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 +++