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/smjpegenc.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/smjpegenc.c')
-rw-r--r-- | libavformat/smjpegenc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/smjpegenc.c b/libavformat/smjpegenc.c index 8b40c09329..888ece2f7c 100644 --- a/libavformat/smjpegenc.c +++ b/libavformat/smjpegenc.c @@ -26,6 +26,7 @@ #include "avformat.h" #include "internal.h" +#include "mux.h" #include "smjpeg.h" typedef struct SMJPEGMuxContext { |