FFmpeg
|
#include "libavutil/avassert.h"
#include "libavutil/intreadwrite.h"
#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. More... | |
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 33 of file rtpenc_xiph.c.
Referenced by rtp_write_packet().