Go to the source code of this file.
◆ RCWT_CLUSTER_MAX_BLOCKS
| #define RCWT_CLUSTER_MAX_BLOCKS 65535 |
◆ RCWT_BLOCK_SIZE
| #define RCWT_BLOCK_SIZE 3 |
◆ rcwt_init_cluster()
◆ rcwt_flush_cluster()
◆ rcwt_write_header()
◆ rcwt_write_packet()
◆ rcwt_write_trailer()
◆ ff_rcwt_muxer
Initial value:= {
.p.name = "rcwt",
}
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 rcwt_write_header(AVFormatContext *avf)
static int rcwt_write_trailer(AVFormatContext *avf)
static int rcwt_write_packet(AVFormatContext *avf, AVPacket *pkt)
static int write_trailer(AVFormatContext *s1)
Definition at line 154 of file rcwtenc.c.