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/apc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/apc.c') diff --git a/libavformat/apc.c b/libavformat/apc.c index 1bd5ccf710..b8b18c966c 100644 --- a/libavformat/apc.c +++ b/libavformat/apc.c @@ -23,7 +23,7 @@ #include "libavutil/channel_layout.h" #include "avformat.h" -#include "internal.h" +#include "demux.h" static int apc_probe(const AVProbeData *p) { -- cgit v1.2.3