#include <inttypes.h>
#include <stdint.h>
#include <string.h>
#include "avformat.h"
#include "internal.h"
#include "lrc.h"
#include "metadata.h"
#include "mux.h"
#include "version.h"
#include "libavutil/dict.h"
#include "libavutil/log.h"
#include "libavutil/macros.h"
#include "libavutil/opt.h"
Go to the source code of this file.
◆ OFFSET
◆ SE
◆ lrc_write_header()
◆ lrc_write_packet()
◆ options
Initial value:= {
{
"precision",
"precision of the fractional part of the timestamp, 2 for centiseconds",
OFFSET(precision),
AV_OPT_TYPE_INT, {.i64 = 2}, 1, 6,
SE},
}
Definition at line 139 of file lrcenc.c.
◆ lrcenc_class
Initial value:= {
.class_name = "lrc",
}
Definition at line 144 of file lrcenc.c.
◆ ff_lrc_muxer
Initial value:= {
.p.name = "lrc",
.p.extensions = "lrc",
}
Definition at line 151 of file lrcenc.c.
static int lrc_write_packet(AVFormatContext *s, AVPacket *pkt)
static const AVOption options[]
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
#define FF_OFMT_FLAG_MAX_ONE_OF_EACH
If this flag is set, it indicates that for each codec type whose corresponding default codec (i....
static int write_packet(Muxer *mux, OutputStream *ost, AVPacket *pkt)
static const AVClass lrcenc_class
@ AV_OPT_TYPE_INT
Underlying C type is int.
static void write_header(FFV1Context *f)
static int lrc_write_header(AVFormatContext *s)