mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01: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:
parent
533836b8e0
commit
d78838414b
13 changed files with 60 additions and 51 deletions
|
|
@ -28,6 +28,7 @@
|
|||
#include "avio.h"
|
||||
#include "avio_internal.h"
|
||||
#include "id3v2.h"
|
||||
#include "mux.h"
|
||||
|
||||
static void id3v2_put_size(AVIOContext *pb, int size)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue