diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-05-06 16:40:53 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-05-10 07:30:31 +0200 |
commit | d78838414b8362a7aa7c27abacee1f6ca036199c (patch) | |
tree | 5685c2949db1ed148c3df2bb42952c0d8e7274e8 /libavformat/id3v2enc.c | |
parent | 533836b8e0e5693b3d3e8403666ce216687d51b3 (diff) | |
download | ffmpeg-d78838414b8362a7aa7c27abacee1f6ca036199c.tar.gz |
avformat/utils: Move creation-time functions to mux_utils
Only used by muxers.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/id3v2enc.c')
-rw-r--r-- | libavformat/id3v2enc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/id3v2enc.c b/libavformat/id3v2enc.c index 5d821ea4db..515d2efd7d 100644 --- a/libavformat/id3v2enc.c +++ b/libavformat/id3v2enc.c @@ -28,6 +28,7 @@ #include "avio.h" #include "avio_internal.h" #include "id3v2.h" +#include "mux.h" static void id3v2_put_size(AVIOContext *pb, int size) { |