summaryrefslogtreecommitdiff
path: root/libavformat/latmenc.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/latmenc.c
parent5130bbb7efe1125c515eddedc0985fa9b6e5d731 (diff)
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/latmenc.c')
-rw-r--r--libavformat/latmenc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/latmenc.c b/libavformat/latmenc.c
index 72865c9565..6553c28d9f 100644
--- a/libavformat/latmenc.c
+++ b/libavformat/latmenc.c
@@ -28,6 +28,7 @@
#include "libavutil/opt.h"
#include "avformat.h"
#include "internal.h"
+#include "mux.h"
#include "rawenc.h"
#define MAX_EXTRADATA_SIZE 1024