#include "avformat.h"
#include "rtpenc.h"
Go to the source code of this file.
Functions | |
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_amr | ( | AVFormatContext * | s1, | |
const uint8_t * | buff, | |||
int | size | |||
) |
Packetize AMR frames into RTP packets according to RFC 3267, in octet-aligned mode.
Definition at line 30 of file rtpenc_amr.c.
Referenced by rtp_write_packet().