#include "avformat.h"
#include "bitstream.h"
#include <unistd.h>
#include "network.h"
#include "rtp_internal.h"
Go to the source code of this file.
Functions | |
int | rtp_get_codec_info (AVCodecContext *codec, int payload_type) |
int | rtp_get_payload_type (AVCodecContext *codec) |
return < 0 if unknown payload type | |
const char * | ff_rtp_enc_name (int payload_type) |
enum CodecID | ff_rtp_codec_id (const char *buf, enum CodecType codec_type) |
Variables | |
struct { | |
int pt | |
const char enc_name [50] | |
enum CodecType codec_type | |
enum CodecID codec_id | |
int clock_rate | |
int audio_channels | |
} | AVRtpPayloadTypes [] |
const char* ff_rtp_enc_name | ( | int | payload_type | ) |
Definition at line 208 of file rtp.c.
Referenced by rtp_parse_close(), rtp_parse_open(), and sdp_parse_line().
int rtp_get_codec_info | ( | AVCodecContext * | codec, | |
int | payload_type | |||
) |
int rtp_get_payload_type | ( | AVCodecContext * | codec | ) |
return < 0 if unknown payload type
Definition at line 193 of file rtp.c.
Referenced by rtp_write_header().
int audio_channels |
struct { ... } AVRtpPayloadTypes[] [static] |
Referenced by ff_rtp_codec_id(), ff_rtp_enc_name(), rtp_get_codec_info(), and rtp_get_payload_type().
int clock_rate |
Definition at line 37 of file rtp.c.
Referenced by av_guess_codec(), ff_vbv_update(), matroska_read_header(), mpegps_read_packet(), new_audio_stream(), new_pes_av_stream(), new_video_stream(), rtp_get_codec_info(), and rtp_get_payload_type().
enum CodecType codec_type |
Definition at line 36 of file rtp.c.
Referenced by avi_read_header(), build_feed_streams(), new_pes_av_stream(), opt_bitrate(), and sdp_parse_line().
const char enc_name[50] |
int pt |
Definition at line 34 of file rtp.c.
Referenced by ff_rtp_enc_name(), rtp_get_codec_info(), vp5_parse_coeff(), vp5_parse_coeff_models(), vp6_parse_coeff(), vp6_parse_coeff_huffman(), and vp6_parse_coeff_models().