From 9825d488d6fdfb7c14d2d702d1a890311f5b2943 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Sat, 7 May 2022 08:43:22 +0200 Subject: avformat/utils: Move ff_find_stream_index to demux_utils.c It is only used by demuxers (and it is generally demuxers who have to translate format-specific IDs to stream indices). Signed-off-by: Andreas Rheinhardt --- libavformat/gxf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/gxf.c') diff --git a/libavformat/gxf.c b/libavformat/gxf.c index e61291382a..f720521c1b 100644 --- a/libavformat/gxf.c +++ b/libavformat/gxf.c @@ -24,6 +24,7 @@ #include "libavutil/channel_layout.h" #include "libavutil/common.h" #include "avformat.h" +#include "demux.h" #include "internal.h" #include "gxf.h" -- cgit v1.2.3