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 18:13:55 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-10 08:32:16 +0300
commit20ca491664513c936f7960473b833038b0d5ca99 (patch)
tree08b8e757687756d9b20b6d3b9249869ecef3997e /libavformat/webm_chunk.c
parent08c14e67bb1422a1075812be211360acc177a826 (diff)
avformat/utils: Move ff_stream_encode_params_copy() to mux_utils.c
Only used by muxers. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/webm_chunk.c')
-rw-r--r--libavformat/webm_chunk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/webm_chunk.c b/libavformat/webm_chunk.c
index 9348e6680a..d69db3a004 100644
--- a/libavformat/webm_chunk.c
+++ b/libavformat/webm_chunk.c
@@ -28,6 +28,7 @@
#include "avio.h"
#include "avio_internal.h"
#include "internal.h"
+#include "mux.h"
#include "libavutil/log.h"
#include "libavutil/opt.h"