avformat/internal: Move muxing-only functions to new mux.h header

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2022-05-06 14:39:31 +02:00
parent 84091cd029
commit f4a2d722aa
20 changed files with 106 additions and 80 deletions

View File

@@ -21,6 +21,7 @@
#include "avformat.h"
#include "internal.h"
#include "mux.h"
#include "version.h"
#include "libavcodec/bsf.h"
#include "libavcodec/internal.h"
@@ -30,7 +31,6 @@
#include "libavutil/pixdesc.h"
#include "libavutil/timestamp.h"
#include "libavutil/avassert.h"
#include "libavutil/avstring.h"
#include "libavutil/internal.h"
#include "libavutil/mathematics.h"