summaryrefslogtreecommitdiff
path: root/libavformat/ffmetadec.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-06 20:27:20 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-10 07:42:07 +0200
commitff0e8e14c3e9d1003153324d0368735dd84cb4b7 (patch)
tree23d2efbf83f17295cc44a50ef28bfa3d28009ac7 /libavformat/ffmetadec.c
parent8550a05ece37cbb777deb221cce43b5f3345137b (diff)
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 <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/ffmetadec.c')
-rw-r--r--libavformat/ffmetadec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/ffmetadec.c b/libavformat/ffmetadec.c
index 93ec6f5899..90f2e2b861 100644
--- a/libavformat/ffmetadec.c
+++ b/libavformat/ffmetadec.c
@@ -22,8 +22,8 @@
#include "libavutil/bprint.h"
#include "libavutil/mathematics.h"
#include "avformat.h"
+#include "demux.h"
#include "ffmeta.h"
-#include "internal.h"
#include "libavutil/dict.h"
static int probe(const AVProbeData *p)