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/yop.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/yop.c') diff --git a/libavformat/yop.c b/libavformat/yop.c index b0aa0bb64b..8fdad6899b 100644 --- a/libavformat/yop.c +++ b/libavformat/yop.c @@ -25,6 +25,7 @@ #include "libavutil/channel_layout.h" #include "libavutil/intreadwrite.h" #include "avformat.h" +#include "demux.h" #include "internal.h" typedef struct yop_dec_context { -- cgit v1.2.3