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

@@ -26,12 +26,11 @@
#include "config_components.h"
#include <float.h>
#include <time.h>
#include "avformat.h"
#include "avio_internal.h"
#include "internal.h"
#include "mux.h"
#include "libavutil/avassert.h"
#include "libavutil/internal.h"