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/cafenc.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/cafenc.c')
-rw-r--r-- | libavformat/cafenc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/cafenc.c b/libavformat/cafenc.c index 396e946ceb..fedb430b17 100644 --- a/libavformat/cafenc.c +++ b/libavformat/cafenc.c @@ -23,6 +23,7 @@ #include "caf.h" #include "isom.h" #include "avio_internal.h" +#include "mux.h" #include "libavutil/intfloat.h" #include "libavutil/dict.h" |