summaryrefslogtreecommitdiff
path: root/libavformat/wavdec.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/wavdec.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/wavdec.c')
-rw-r--r--libavformat/wavdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/wavdec.c b/libavformat/wavdec.c
index 51216bfbe6..ca61b844b5 100644
--- a/libavformat/wavdec.c
+++ b/libavformat/wavdec.c
@@ -27,7 +27,6 @@
#include <stdint.h>
-#include "config.h"
#include "config_components.h"
#include "libavutil/avassert.h"
#include "libavutil/dict.h"
@@ -38,6 +37,7 @@
#include "avformat.h"
#include "avio.h"
#include "avio_internal.h"
+#include "demux.h"
#include "id3v2.h"
#include "internal.h"
#include "metadata.h"