mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
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:
parent
84091cd029
commit
f4a2d722aa
20 changed files with 106 additions and 80 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue