summaryrefslogtreecommitdiff
path: root/libavformat/matroskaenc.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-06 15:01:33 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-10 07:27:36 +0200
commit7547f135485623e00844d2ad40debb5b048e6b5d (patch)
treef8ea9c5a584452ce4cc0a0e89bda658fa50c3fe8 /libavformat/matroskaenc.c
parent5130bbb7efe1125c515eddedc0985fa9b6e5d731 (diff)
downloadffmpeg-7547f135485623e00844d2ad40debb5b048e6b5d.tar.gz
avformat/utils: Move ff_stream_add_bitstream_filter to mux.c
It is muxing-only; in fact, it should be considered part of the core muxing code. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/matroskaenc.c')
-rw-r--r--libavformat/matroskaenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c
index 3b8ca11f28..4f9e283940 100644
--- a/libavformat/matroskaenc.c
+++ b/libavformat/matroskaenc.c
@@ -21,7 +21,6 @@
#include <stdint.h>
-#include "config.h"
#include "config_components.h"
#include "av1.h"
@@ -35,6 +34,7 @@
#include "internal.h"
#include "isom.h"
#include "matroska.h"
+#include "mux.h"
#include "riff.h"
#include "version.h"
#include "vorbiscomment.h"