46         p = s->
buf + max_header_toc_size - header_size;
 
   48             memmove(p, s->
buf, header_size);
 
int max_frames_per_packet
 
AVStream ** streams
A list of all streams in the file. 
 
int av_compare_ts(int64_t ts_a, AVRational tb_a, int64_t ts_b, AVRational tb_b)
Compare 2 timestamps each in its own timebases. 
 
void ff_rtp_send_amr(AVFormatContext *s1, const uint8_t *buff, int size)
Packetize AMR frames into RTP packets according to RFC 3267, in octet-aligned mode. 
 
void ff_rtp_send_data(AVFormatContext *s1, const uint8_t *buf1, int len, int m)
 
#define AV_TIME_BASE_Q
Internal time base represented as fractional value. 
 
void * priv_data
Format private data. 
 
AVRational time_base
This is the fundamental unit of time (in seconds) in terms of which frame timestamps are represented...