50         p = s->
buf + max_au_headers_size - au_size - 2;
 
   52             memmove(p + 2, s->
buf + 2, au_size);
 
   66     if (size <= max_packet_size) {
 
   78             len = 
FFMIN(size, max_packet_size);
 
   80             memcpy(p + 4, buff, len);
 
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 two timestamps each in its own time base. 
 
int extradata_size
Size of the extradata content in bytes. 
 
void ff_rtp_send_aac(AVFormatContext *s1, const uint8_t *buff, int size)
 
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. 
 
AVCodecParameters * codecpar
 
AVRational time_base
This is the fundamental unit of time (in seconds) in terms of which frame timestamps are represented...