#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
◆ vc1test_write_header()
◆ vc1test_write_packet()
◆ vc1test_write_trailer()
◆ ff_vc1t_muxer
Initial value:= {
.name = "vc1test",
.extensions = "rcv",
}
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue)
static int vc1test_write_packet(AVFormatContext *s, AVPacket *pkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int vc1test_write_header(AVFormatContext *s)
static int vc1test_write_trailer(AVFormatContext *s)
static int write_trailer(AVFormatContext *s1)
static void write_header(FFV1Context *f)
Definition at line 84 of file vc1testenc.c.