Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-06 17:40:53 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-10 08:30:31 +0300
commitd78838414b8362a7aa7c27abacee1f6ca036199c (patch)
tree5685c2949db1ed148c3df2bb42952c0d8e7274e8 /libavformat/asfenc.c
parent533836b8e0e5693b3d3e8403666ce216687d51b3 (diff)
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/asfenc.c')
-rw-r--r--libavformat/asfenc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/asfenc.c b/libavformat/asfenc.c
index 5b34f98a2b..e1563b1da6 100644
--- a/libavformat/asfenc.c
+++ b/libavformat/asfenc.c
@@ -29,6 +29,7 @@
#include "avlanguage.h"
#include "avio_internal.h"
#include "internal.h"
+#include "mux.h"
#include "riff.h"
#include "asf.h"