#include "rtpparser.h"#include "rtp_utils.h"#include <math.h>

Go to the source code of this file.
Data Structures | |
| struct | rtp_m4v |
Functions | |
| static int | m4v_init_parser (rtp_session *rtp_sess, unsigned pt) |
| static int | m4v_uninit_parser (rtp_ssrc *ssrc, unsigned pt) |
| static int | m4v_parse (rtp_ssrc *ssrc, rtp_frame *fr, rtp_buff *config) |
| RTP_PARSER_FULL (m4v) | |
Variables | |
| static const rtpparser_info | m4v_served |
Definition in file rtp_m4v.c.
| static int m4v_parse | ( | rtp_ssrc * | ssrc, | |
| rtp_frame * | fr, | |||
| rtp_buff * | config | |||
| ) | [static] |
it should return a m4v frame by fetching one or more than a single rtp packet
Definition at line 109 of file rtp_m4v.c.
References rtp_m4v::conf, rtp_m4v::conf_len, rtp_m4v::configured, rtp_m4v::data, rtp_m4v::data_size, rtp_m4v::len, RTP_FILL_OK, rtp_get_pkt(), rtp_rm_pkt(), and rtp_m4v::timestamp.

const rtpparser_info m4v_served [static] |
1.5.4