FFmpeg
|
Include dependency graph for ffmetaenc.c:
Go to the source code of this file.
Functions | |
static void | write_escape_str (AVIOContext *s, const uint8_t *str) |
static void | write_tags (AVIOContext *s, AVDictionary *m) |
static int | write_header (AVFormatContext *s) |
static int | write_trailer (AVFormatContext *s) |
static int | write_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVOutputFormat | ff_ffmetadata_muxer |
Function Documentation
|
static |
Definition at line 29 of file ffmetaenc.c.
Referenced by write_tags().
|
static |
Definition at line 52 of file ffmetaenc.c.
|
static |
Definition at line 86 of file ffmetaenc.c.
|
static |
Definition at line 41 of file ffmetaenc.c.
Referenced by write_trailer().
|
static |
Definition at line 61 of file ffmetaenc.c.
Variable Documentation
AVOutputFormat ff_ffmetadata_muxer |
Initial value:
= {
.name = "ffmetadata",
.long_name = NULL_IF_CONFIG_SMALL("FFmpeg metadata in text"),
.extensions = "ffmeta",
.write_header = write_header,
.write_packet = write_packet,
.write_trailer = write_trailer,
.flags = AVFMT_NOTIMESTAMPS | AVFMT_NOSTREAMS,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Definition at line 91 of file ffmetaenc.c.
Generated on Mon Nov 18 2024 06:52:06 for FFmpeg by 1.8.11