From 35ec5c819b0f472536eb48e8f3871eb5ca222da6 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Fri, 6 May 2022 18:28:08 +0200 Subject: avformat/demux: Add new demux.h header And move those stuff already in demuxer-only files to it. Signed-off-by: Andreas Rheinhardt --- libavformat/hls.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/hls.c') diff --git a/libavformat/hls.c b/libavformat/hls.c index 83ff4cc607..38eb346405 100644 --- a/libavformat/hls.c +++ b/libavformat/hls.c @@ -39,6 +39,7 @@ #include "libavutil/dict.h" #include "libavutil/time.h" #include "avformat.h" +#include "demux.h" #include "internal.h" #include "avio_internal.h" #include "id3v2.h" -- cgit v1.2.3