43     header_size = size/0xFF + 1;
 
   44     memset(s->
buf, 0xFF, header_size - 1);
 
   45     s->
buf[header_size - 1] = size % 0xFF;
 
   54             memcpy(s->
buf + header_size, buff, len);
 
AVStream ** streams
A list of all streams in the file. 
 
static const uint8_t offset[127][2]
 
AVCodecContext * codec
Codec context associated with this stream. 
 
void ff_rtp_send_data(AVFormatContext *s1, const uint8_t *buf1, int len, int m)
 
void * priv_data
Format private data. 
 
void ff_rtp_send_latm(AVFormatContext *s1, const uint8_t *buff, int size)