From ff0e8e14c3e9d1003153324d0368735dd84cb4b7 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Fri, 6 May 2022 20:27:20 +0200 Subject: avformat/utils: Move avpriv_new_chapter to demux_utils.c It is demuxer-only: Muxers deal only with chapters given to them; they don't create any of their own. Signed-off-by: Andreas Rheinhardt --- libavformat/id3v2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/id3v2.c') diff --git a/libavformat/id3v2.c b/libavformat/id3v2.c index 0f9bedea02..191a305ffb 100644 --- a/libavformat/id3v2.c +++ b/libavformat/id3v2.c @@ -38,7 +38,7 @@ #include "libavutil/intreadwrite.h" #include "libavcodec/png.h" #include "avio_internal.h" -#include "internal.h" +#include "demux.h" #include "id3v1.h" #include "id3v2.h" -- cgit v1.2.3