#include <inttypes.h>
#include "avformat.h"
#include "ffmeta.h"
#include "mux.h"
#include "libavutil/dict.h"
Go to the source code of this file.
◆ write_escape_str()
| static void write_escape_str |
( |
AVIOContext * | s, |
|
|
const uint8_t * | str ) |
|
static |
◆ write_tags()
◆ write_header()
◆ write_trailer()
◆ write_packet()
◆ ff_ffmetadata_muxer
Initial value:= {
.p.name = "ffmetadata",
.p.extensions = "ffmeta",
}
static int write_packet(Muxer *mux, OutputStream *ost, AVPacket *pkt)
static void write_header(FFV1Context *f)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static int write_trailer(AVFormatContext *s1)
Definition at line 91 of file ffmetaenc.c.