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:
parent
8550a05ece
commit
ff0e8e14c3
9 changed files with 60 additions and 60 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue