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>
This commit is contained in:
Andreas Rheinhardt
2022-05-06 15:01:33 +02:00
parent 5130bbb7ef
commit 7547f13548
10 changed files with 60 additions and 58 deletions

View File

@@ -25,13 +25,12 @@
#include "libavutil/avassert.h"
#include "libavutil/mathematics.h"
#include "libavcodec/mpeg4audio.h"
#include "avio_internal.h"
#include "avio.h"
#include "avc.h"
#include "avformat.h"
#include "flv.h"
#include "internal.h"
#include "metadata.h"
#include "mux.h"
#include "libavutil/opt.h"
#include "libavcodec/put_bits.h"