From a085cfa65414ff4346d8367cfb54d50d4925396f Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Fri, 6 May 2022 21:28:57 +0200 Subject: avformat/utils: Move ff_get_extradata to demux_utils.c It is only used by demuxers (although it is hypothetically possible that some day e.g. a protocol might need it, but that is unlikely given that they don't deal with AVCodecParameters). Signed-off-by: Andreas Rheinhardt --- libavformat/westwood_vqa.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/westwood_vqa.c') diff --git a/libavformat/westwood_vqa.c b/libavformat/westwood_vqa.c index ed5c1a3416..e3d2e2668c 100644 --- a/libavformat/westwood_vqa.c +++ b/libavformat/westwood_vqa.c @@ -32,6 +32,7 @@ #include "libavutil/intreadwrite.h" #include "avformat.h" #include "avio_internal.h" +#include "demux.h" #include "internal.h" #define FORM_TAG MKBETAG('F', 'O', 'R', 'M') -- cgit v1.2.3