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>
This commit is contained in:
Andreas Rheinhardt 2022-05-06 20:27:20 +02:00
parent 8550a05ece
commit ff0e8e14c3
9 changed files with 60 additions and 60 deletions

View file

@ -22,11 +22,11 @@
#include "libavutil/channel_layout.h"
#include "libavcodec/flac.h"
#include "avformat.h"
#include "demux.h"
#include "flac_picture.h"
#include "internal.h"
#include "rawdec.h"
#include "oggdec.h"
#include "vorbiscomment.h"
#include "replaygain.h"
#define SEEKPOINT_SIZE 18