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 16:01:33 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-10 08:27:36 +0300
commit7547f135485623e00844d2ad40debb5b048e6b5d (patch)
treef8ea9c5a584452ce4cc0a0e89bda658fa50c3fe8 /libavformat/rawenc.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/rawenc.c')
-rw-r--r--libavformat/rawenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rawenc.c b/libavformat/rawenc.c
index efdfd0b0aa..26099cb1c1 100644
--- a/libavformat/rawenc.c
+++ b/libavformat/rawenc.c
@@ -26,7 +26,7 @@
#include "avformat.h"
#include "rawenc.h"
-#include "internal.h"
+#include "mux.h"
int ff_raw_write_packet(AVFormatContext *s, AVPacket *pkt)
{