61     .mime_type      = 
"text/x-microdvd",
 
AVRational time_base
This is the fundamental unit of time (in seconds) in terms of which frame timestamps are represented...
 
uint8_t * extradata
some codecs need / can use extradata like Huffman tables. 
 
AVStream ** streams
A list of all streams in the file. 
 
void avio_write(AVIOContext *s, const unsigned char *buf, int size)
 
int duration
Duration of this packet in AVStream->time_base units, 0 if unknown. 
 
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered. 
 
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
 
AVOutputFormat ff_microdvd_muxer
 
AVCodecContext * codec
Codec context associated with this stream. 
 
unsigned int nb_streams
Number of elements in AVFormatContext.streams. 
 
int void avio_flush(AVIOContext *s)
Force flushing of buffered data. 
 
AVIOContext * pb
I/O context. 
 
main external API structure. 
 
rational number numerator/denominator 
 
static int microdvd_write_packet(AVFormatContext *avf, AVPacket *pkt)
 
static int microdvd_write_header(struct AVFormatContext *s)
 
This structure stores compressed data. 
 
int64_t pts
Presentation timestamp in AVStream->time_base units; the time at which the decompressed packet will b...
 
int avio_printf(AVIOContext *s, const char *fmt,...) av_printf_format(2