Go to the source code of this file.
◆ scc_write_header()
◆ scc_write_packet()
◆ ff_scc_muxer
Initial value:= {
.p.name = "scc",
.p.extensions = "scc",
}
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.
#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....
#define FF_OFMT_FLAG_ONLY_DEFAULT_CODECS
If this flag is set, then the only permitted audio/video/subtitle codec ids are AVOutputFormat....
static int scc_write_header(AVFormatContext *avf)
static int scc_write_packet(AVFormatContext *avf, AVPacket *pkt)
Definition at line 103 of file sccenc.c.