mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-19 07:05:53 +08:00
avformat/utils: Move creation-time functions to mux_utils
Only used by muxers. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -25,12 +25,12 @@
|
||||
* @author Zhentan Feng <spyfeng at gmail dot com>
|
||||
*/
|
||||
|
||||
#include "libavutil/intreadwrite.h"
|
||||
#include "libavutil/avassert.h"
|
||||
#include "avformat.h"
|
||||
#include "avio_internal.h"
|
||||
#include "internal.h"
|
||||
#include "mpegts.h"
|
||||
#include "mux.h"
|
||||
#include "wtv.h"
|
||||
|
||||
#define WTV_BIGSECTOR_SIZE (1 << WTV_BIGSECTOR_BITS)
|
||||
|
Reference in New Issue
Block a user