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:45:00 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-10 08:31:47 +0300
commit437484a66a3c1d002ab6683eab6eba90d517a35a (patch)
tree1d5e7cce43be171f84abf02a543046971a96b085 /libavformat/tee.c
parentd78838414b8362a7aa7c27abacee1f6ca036199c (diff)
avformat/utils: Move ff_format_output_open() to mux_utils.c
It is obviously a muxing-only function. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/tee.c')
-rw-r--r--libavformat/tee.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/tee.c b/libavformat/tee.c
index b3bcd70b9f..f1f2a9d2a5 100644
--- a/libavformat/tee.c
+++ b/libavformat/tee.c
@@ -26,7 +26,7 @@
#include "libavcodec/bsf.h"
#include "internal.h"
#include "avformat.h"
-#include "avio_internal.h"
+#include "mux.h"
#include "tee_common.h"
typedef enum {