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/vc1test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/vc1test.c') diff --git a/libavformat/vc1test.c b/libavformat/vc1test.c index 90ea729e0b..67edc699c5 100644 --- a/libavformat/vc1test.c +++ b/libavformat/vc1test.c @@ -28,6 +28,7 @@ #include "libavutil/intreadwrite.h" #include "avformat.h" +#include "demux.h" #include "internal.h" #define VC1_EXTRADATA_SIZE 4 -- cgit v1.2.3