#include "avformat.h"
#include "rtpenc.h"
Go to the source code of this file.
Functions | |
void | ff_rtp_send_xiph (AVFormatContext *s1, const uint8_t *buff, int size) |
Packetize Xiph frames into RTP according to RFC 5215 (Vorbis) and the Theora RFC draft. |
void ff_rtp_send_xiph | ( | AVFormatContext * | s1, | |
const uint8_t * | buff, | |||
int | size | |||
) |
Packetize Xiph frames into RTP according to RFC 5215 (Vorbis) and the Theora RFC draft.
(http://svn.xiph.org/trunk/theora/doc/draft-ietf-avt-rtp-theora-00.txt)
Definition at line 30 of file rtpenc_xiph.c.
Referenced by rtp_write_packet().