Go to the source code of this file.
|
| static void | set_file_mtime (AVFormatContext *s, const char *path, int64_t ts_us) |
| |
| static int | write_header (AVFormatContext *s) |
| |
| static int | write_muxed_file (AVFormatContext *s, AVIOContext *pb, AVPacket *pkt) |
| |
| static int | write_packet_pipe (AVFormatContext *s, AVPacket *pkt) |
| |
| static int | write_and_close (AVFormatContext *s, AVIOContext **pb, const unsigned char *buf, int size) |
| |
| static int | write_packet (AVFormatContext *s, AVPacket *pkt) |
| |
| static int | query_codec (enum AVCodecID id, int std_compliance) |
| |
◆ OFFSET
◆ ENC
◆ set_file_mtime()
◆ write_header()
◆ write_muxed_file()
◆ write_packet_pipe()
◆ write_and_close()
◆ write_packet()
◆ query_codec()
| static int query_codec |
( |
enum AVCodecID |
id, |
|
|
int |
std_compliance |
|
) |
| |
|
static |
◆ muxoptions
Initial value:= {
{
"start_number",
"set first number in the sequence",
OFFSET(start_img_number),
AV_OPT_TYPE_INT, { .i64 = 1 }, 0, INT_MAX,
ENC },
{
"atomic_writing",
"write files atomically (using temporary files and renames)",
OFFSET(use_rename),
AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1,
ENC },
{
"protocol_opts",
"specify protocol options for the opened files",
OFFSET(protocol_opts),
AV_OPT_TYPE_DICT, {0}, 0, 0,
ENC },
{
"update_filemtime",
"set output file mtime from creation_time metadata plus frame offset",
OFFSET(update_filemtime),
AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1,
ENC },
}
Definition at line 374 of file img2enc.c.
static av_always_inline void update(AVFilterContext *ctx, AVFrame *insamples, int is_silence, int current_sample, int64_t nb_samples_notify, AVRational time_base)