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 15:39:31 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-10 08:27:01 +0300
commitf4a2d722aa8f666e863476b95e1e2cbe92d8146b (patch)
tree923c25d4957738384b787963afce053875220b6a /libavdevice/alsa_enc.c
parent84091cd029711fea75eca359b101124ff792e964 (diff)
avformat/internal: Move muxing-only functions to new mux.h header
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavdevice/alsa_enc.c')
-rw-r--r--libavdevice/alsa_enc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavdevice/alsa_enc.c b/libavdevice/alsa_enc.c
index fc5e5d9c94..3d6bccdc2a 100644
--- a/libavdevice/alsa_enc.c
+++ b/libavdevice/alsa_enc.c
@@ -44,6 +44,7 @@
#include "libavformat/internal.h"
+#include "libavformat/mux.h"
#include "avdevice.h"
#include "alsa.h"