summaryrefslogtreecommitdiff
path: root/libavformat/ivfenc.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/ivfenc.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/ivfenc.c')
-rw-r--r--libavformat/ivfenc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/ivfenc.c b/libavformat/ivfenc.c
index 5aa8bd1257..ed5ec90ce9 100644
--- a/libavformat/ivfenc.c
+++ b/libavformat/ivfenc.c
@@ -19,6 +19,7 @@
*/
#include "avformat.h"
#include "internal.h"
+#include "mux.h"
#include "libavutil/intreadwrite.h"
typedef struct IVFEncContext {