Go to the documentation of this file.
44 if (
s->streams[0]->avg_frame_rate.den &&
s->streams[0]->avg_frame_rate.num == 1)
45 avio_wl32(pb,
s->streams[0]->avg_frame_rate.den);
83 .p.extensions =
"rcv",
uint8_t * extradata
Extra binary data needed for initializing the decoder, codec-dependent.
This struct describes the properties of an encoded stream.
#define FF_OFMT_FLAG_ONLY_DEFAULT_CODECS
If this flag is set, then the only permitted audio/video/subtitle codec ids are AVOutputFormat....
#define AV_PKT_FLAG_KEY
The packet contains a keyframe.
const FFOutputFormat ff_vc1t_muxer
void avio_w8(AVIOContext *s, int b)
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.
void avio_write(AVIOContext *s, const unsigned char *buf, int size)
void avio_wl32(AVIOContext *s, unsigned int val)
int flags
A combination of AV_PKT_FLAG values.
int64_t pts
Presentation timestamp in AVStream->time_base units; the time at which the decompressed packet will b...
#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....
int64_t avio_seek(AVIOContext *s, int64_t offset, int whence)
fseek() equivalent for AVIOContext.
#define AVIO_SEEKABLE_NORMAL
Seeking works like for a local file.
This structure stores compressed data.
void avio_wl24(AVIOContext *s, unsigned int val)
static int vc1test_write_trailer(AVFormatContext *s)
static int vc1test_write_header(AVFormatContext *s)